Lines Matching +refs:gdb +refs:break +refs:list +refs:custom
116 list(GET CMAKE_CONFIGURATION_TYPES 0 CMAKE_TRY_COMPILE_CONFIGURATION)
132 "Semicolon-separated list of projects to build (${LLVM_KNOWN_PROJECTS}), or \"all\".")
146 list(APPEND LLVM_ENABLE_PROJECTS "mlir")
161 …"Semicolon-separated list of runtimes to build, or \"all\" (${LLVM_DEFAULT_RUNTIMES}). Supported r…
175 # * As an indicator that the `LLVM_ENABLE_PROJECTS` list is now the single
181 # non-empty list but now the user wishes to disable building all other projects
284 # Add path for custom modules
285 list(INSERT CMAKE_MODULE_PATH 0
452 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
455 CACHE STRING "Semicolon-separated list of experimental targets to build.")
547 list(REMOVE_DUPLICATES LLVM_TARGETS_TO_BUILD)
647 "Use -gsplit-dwarf when compiling llvm and --gdb-index when linking." OFF)
713 option(LLVM_BUILD_BENCHMARKS "Add LLVM benchmark targets to the list of default
737 # list of LLVM components. All component names handled by llvm-config are valid.
740 "Semicolon-separated list of components to include in libLLVM, or \"all\".")
804 list(FIND CMAKE_FIND_LIBRARY_SUFFIXES ${shared_lib_suffix} shared_lib_suffix_idx)
806 list(REMOVE_AT CMAKE_FIND_LIBRARY_SUFFIXES ${shared_lib_suffix_idx})
898 list(FIND LLVM_ALL_TARGETS ${t} idx)
899 list(FIND LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ${t} idy)
1060 # break things. In this case we need to enable the large-file API as well.
1306 list(REMOVE_DUPLICATES LLVM_LIBS)