Searched refs:LLVMConfig (Results 1 – 6 of 6) sorted by relevance
37 # Generate LLVMConfig.cmake for the build tree.87 LLVMConfig.cmake.in88 ${llvm_cmake_builddir}/LLVMConfig.cmake92 # For compatibility with projects that include(LLVMConfig)101 # Generate LLVMConfig.cmake for the install tree.103 # Compute the installation prefix from this LLVMConfig.cmake file location.128 LLVMConfig.cmake.in129 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake142 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake152 PATTERN LLVMConfig.cmake EXCLUDE
9 llvm_config = config.LLVMConfig(lit_config, test_config)
15 class LLVMConfig(object): class
33 # Compute the installation prefix from this LLVMConfig.cmake file location.
765 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")786 example) will look for the ``LLVMConfig.cmake`` file in various locations (see788 directory where ``LLVMConfig.cmake`` is found or allows the user to specify the794 * ``<INSTALL_PREFIX>/lib/cmake/llvm/LLVMConfig.cmake`` where796 On Linux typically this is ``/usr/lib/cmake/llvm/LLVMConfig.cmake``.798 * ``<LLVM_BUILD_ROOT>/lib/cmake/llvm/LLVMConfig.cmake`` where808 The ``LLVMConfig.cmake`` file sets various useful variables. Notable variables813 LLVMConfig.cmake).
21 the path containing LLVMConfig.cmake.")72 # Pull values from LLVMConfig.cmake. We can drop this once the llvm-config80 # FIXME: LLVM_CMAKE_DIR comes from LLVMConfig.cmake. We should rename