[libc-commits] [PATCH] D134676: [libc][windows] fix small build issues.

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 26 14:31:52 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

The windows build has fallen behind a little, this patch fixes some
issues that were preventing it from building.
Specifically: Some subfolders weren't being included, leading to missing
targets in the cmake, and a macro named "OVERFLOW" was causing issues
for an enum with a member named "OVERFLOW".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134676

Files:
  libc/src/CMakeLists.txt
  libc/src/__support/FPUtil/x86_64/FEnvImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134676.463022.patch
Type: text/x-patch
Size: 5936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220926/b0c01794/attachment-0001.bin>


More information about the libc-commits mailing list