Lines Matching full:targets
84 # List of targets with JIT support:
89 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
92 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
129 # Produce llvm/Config/Targets.def
131 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/Targets.def.in
132 ${LLVM_BINARY_DIR}/include/llvm/Config/Targets.def
224 "Build the LLVM tools. If OFF, just generate build targets." ON)
225 option(LLVM_INCLUDE_TOOLS "Generate build targets for the LLVM tools." ON)
231 "Build the LLVM runtime libraries. If OFF, just generate build targets." ON)
232 option(LLVM_INCLUDE_RUNTIME "Generate build targets for the LLVM runtimes" ON)
238 "Build the LLVM example programs. If OFF, just generate build targets." OFF)
239 option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON)
245 "Build LLVM unit tests. If OFF, just generate build targets." OFF)