[llvm] Reland "[APFloat] Add exp functions for single and double using exp/expf implementations from LLVM libc." (#197440) (PR #199570)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 07:24:34 PDT 2026
================
@@ -399,7 +399,12 @@ endif()
target_include_directories(LLVMSupport
PRIVATE
${LLVM_THIRD_PARTY_DIR}/siphash/include
+ ${LLVM_SOURCE_DIR}/../libc
----------------
lntue wrote:
It's set from here I guess: https://github.com/llvm/llvm-project/blob/main/llvm/cmake/modules/AddLLVM.cmake#L2058
https://github.com/llvm/llvm-project/pull/199570
More information about the llvm-commits
mailing list