[llvm] 802ea0e - [Support] System include SipHash.h (#149499)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 19 05:00:25 PDT 2025
Author: Guy David
Date: 2025-07-19T15:00:21+03:00
New Revision: 802ea0eb78f7c974d4097c38587f4c207451d7ee
URL: https://github.com/llvm/llvm-project/commit/802ea0eb78f7c974d4097c38587f4c207451d7ee
DIFF: https://github.com/llvm/llvm-project/commit/802ea0eb78f7c974d4097c38587f4c207451d7ee.diff
LOG: [Support] System include SipHash.h (#149499)
A regular include may not search the system include path.
Added:
Modified:
llvm/lib/Support/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index a579eaf7d953d..10b6101d73277 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -380,7 +380,7 @@ if(LLVM_WITH_Z3)
)
endif()
-target_include_directories(LLVMSupport SYSTEM
+target_include_directories(LLVMSupport
PRIVATE
${LLVM_THIRD_PARTY_DIR}/siphash/include
- )
+)
More information about the llvm-commits
mailing list