[libc-commits] [libc] [llvm] [APFloat] Add exp function for APFloat::IEEESsingle using expf implementation from LLVM libc. (PR #143959)
Mehdi Amini via libc-commits
libc-commits at lists.llvm.org
Mon Dec 15 07:33:48 PST 2025
================
@@ -395,3 +395,9 @@ target_include_directories(LLVMSupport
PRIVATE
${LLVM_THIRD_PARTY_DIR}/siphash/include
)
+
+# Integrating LLVM libc's math functions
+target_include_directories(LLVMSupport PRIVATE "${LLVM_INCLUDE_DIR}/../../libc")
----------------
joker-eph wrote:
I suspect this only works if libc is configured, it should be `${LLVM_SOURCE_DIR}` or something like this.
https://github.com/llvm/llvm-project/pull/143959
More information about the libc-commits
mailing list