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 93aba1e commit 16107c8Copy full SHA for 16107c8
lld/CMakeLists.txt
@@ -63,6 +63,9 @@ if(LLD_BUILT_STANDALONE)
63
if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)
64
# Note: path not really used, except for checking if lit was found
65
set(LLVM_EXTERNAL_LIT ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)
66
+ if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/llvm-lit)
67
+ add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/llvm-lit utils/llvm-lit)
68
+ endif()
69
if(NOT LLVM_UTILS_PROVIDED)
70
add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/FileCheck utils/FileCheck)
71
add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/not utils/not)
0 commit comments