Lines Matching +full:9 +full:- +full:tools
9 find_program(LLVM_CONFIG_PATH "llvm-config" DOC "Path to llvm-config binary")
11 message(FATAL_ERROR "llvm-config not found: specify LLVM_CONFIG_PATH")
15 "--obj-root"
16 "--includedir"
17 "--cmakedir"
18 "--src-root"
23 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")
52 find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" ${LLVM_TOOLS_BINARY_DIR} NO_DEFAULT_PATH)
99 NAMES llvm-lit lit.py lit
107 set(LIT_ARGS_DEFAULT "-sv")
109 set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar")
113 # On Win32 hosts, provide an option to specify the path to the GnuWin32 tools.
115 set(LLVM_LIT_TOOLS_DIR "" CACHE PATH "Path to GnuWin32 tools")
128 "Vendor-specific text for showing with version information.")
131 add_definitions(-DLLD_VENDOR="${LLD_VENDOR}")
135 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" LLD_VERSION
139 string(REGEX REPLACE "([0-9]+)\\.[0-9]+(\\.[0-9]+)?" "\\1" LLD_VERSION_MAJOR
141 string(REGEX REPLACE "[0-9]+\\.([0-9]+)(\\.[0-9]+)?" "\\1" LLD_VERSION_MINOR
151 message(FATAL_ERROR "In-source builds are not allowed. CMake would overwrite "
170 add_definitions(-DLLD_HAS_VTUNE)
175 "Build the lld tools. If OFF, just generate build targets." ON)
180 add_definitions("-DLLD_DEFAULT_LD_LLD_IS_MINGW=1")
184 …add_definitions(-wd4530) # Suppress 'warning C4530: C++ exception handler used, but unwind semanti…
185 …add_definitions(-wd4062) # Suppress 'warning C4062: enumerator X in switch of enum Y is not handle…
203 add_subdirectory(tools/lld)