We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35c0f2 commit 2e838c8Copy full SHA for 2e838c8
llvm/runtimes/CMakeLists.txt
@@ -3,7 +3,7 @@
3
# similar although simpler functionality. We should figure out how to merge
4
# the two files.
5
6
-set(COMMON_CMAKE_ARGS "-DHAVE_LLVM_LIT=ON")
+set(COMMON_CMAKE_ARGS "-DHAVE_LLVM_LIT=ON;-DCLANG_RESOURCE_DIR=${CLANG_RESOURCE_DIR}")
7
foreach(proj ${LLVM_ENABLE_RUNTIMES})
8
set(proj_dir "${CMAKE_CURRENT_SOURCE_DIR}/../../${proj}")
9
if(IS_DIRECTORY ${proj_dir} AND EXISTS ${proj_dir}/CMakeLists.txt)
0 commit comments