[libc-commits] [PATCH] D154044: [libc] Missing FEnvImpl.h dependency on math.h
Petr Hosek via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Jul 1 11:27:50 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1c241bb791f9: [libc] Missing FEnvImpl.h dependency on math.h (authored by phosek).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154044/new/
https://reviews.llvm.org/D154044
Files:
libc/src/__support/FPUtil/CMakeLists.txt
Index: libc/src/__support/FPUtil/CMakeLists.txt
===================================================================
--- libc/src/__support/FPUtil/CMakeLists.txt
+++ libc/src/__support/FPUtil/CMakeLists.txt
@@ -4,6 +4,7 @@
FEnvImpl.h
DEPENDS
libc.include.fenv
+ libc.include.math
libc.src.__support.macros.attributes
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154044.536544.patch
Type: text/x-patch
Size: 342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230701/09e67b3a/attachment.bin>
More information about the libc-commits
mailing list