[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:41:10 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:

This actually assumes that the build directory is nested under the source directory.
Fixed in 84d1de29d957 

@boomanaiden154 : seems like the CI premerge checks are setup that way, maybe they shouldn't?

https://github.com/llvm/llvm-project/pull/143959


More information about the libc-commits mailing list