Searched refs:LLVMConfig (Results 1 – 13 of 13) sorted by relevance
16 # Generate LLVMConfig.cmake for the build tree.36 LLVMConfig.cmake.in37 ${llvm_cmake_builddir}/LLVMConfig.cmake40 # For compatibility with projects that include(LLVMConfig)50 # Generate LLVMConfig.cmake for the install tree.52 # Compute the installation prefix from this LLVMConfig.cmake file location.68 LLVMConfig.cmake.in69 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake82 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake91 PATTERN LLVMConfig.cmake EXCLUDE
32 # Generate LLVMConfig.cmake for the build tree.67 LLVMConfig.cmake.in68 ${llvm_cmake_builddir}/LLVMConfig.cmake72 # For compatibility with projects that include(LLVMConfig)82 # Generate LLVMConfig.cmake for the install tree.84 # Compute the installation prefix from this LLVMConfig.cmake file location.101 LLVMConfig.cmake.in102 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake119 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake130 PATTERN LLVMConfig.cmake EXCLUDE
9 llvm_config = config.LLVMConfig(lit_config, test_config)
16 class LLVMConfig(object): class
32 # LLVMConfig.cmake contains a bunch of CMake variables from the LLVM build.35 include(LLVMConfig)
22 # Compute the installation prefix from this LLVMConfig.cmake file location.
575 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")596 example) will look for the ``LLVMConfig.cmake`` file in various locations (see598 directory where ``LLVMConfig.cmake`` is found or allows the user to specify the604 * ``<INSTALL_PREFIX>/lib/cmake/llvm/LLVMConfig.cmake`` where606 On Linux typically this is ``/usr/lib/cmake/llvm/LLVMConfig.cmake``.608 * ``<LLVM_BUILD_ROOT>/lib/cmake/llvm/LLVMConfig.cmake`` where618 The ``LLVMConfig.cmake`` file sets various useful variables. Notable variables623 LLVMConfig.cmake).
650 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")671 example) will look for the ``LLVMConfig.cmake`` file in various locations (see673 directory where ``LLVMConfig.cmake`` is found or allows the user to specify the679 * ``<INSTALL_PREFIX>/lib/cmake/llvm/LLVMConfig.cmake`` where681 On Linux typically this is ``/usr/lib/cmake/llvm/LLVMConfig.cmake``.683 * ``<LLVM_BUILD_ROOT>/lib/cmake/llvm/LLVMConfig.cmake`` where693 The ``LLVMConfig.cmake`` file sets various useful variables. Notable variables698 LLVMConfig.cmake).
66 # Get some LLVM variables from LLVMConfig.67 include("${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
85 include(LLVMConfig) # For TARGET_TRIPLE
78 # LLVMConfig.cmake contains a bunch of CMake variables from the LLVM build.81 include(LLVMConfig)
62 set(LLVMCONFIG_FILE "${LLVM_CMAKE_PATH}/LLVMConfig.cmake")