Home
last modified time | relevance | path

Searched refs:LLVMConfig (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DCMakeLists.txt37 # Generate LLVMConfig.cmake for the build tree.
87 LLVMConfig.cmake.in
88 ${llvm_cmake_builddir}/LLVMConfig.cmake
92 # 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.in
129 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake
142 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake
152 PATTERN LLVMConfig.cmake EXCLUDE
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A D__init__.py9 llvm_config = config.LLVMConfig(lit_config, test_config)
H A Dconfig.py15 class LLVMConfig(object): class
/netbsd-src/external/apache2/llvm/dist/clang/cmake/modules/
H A DCMakeLists.txt33 # Compute the installation prefix from this LLVMConfig.cmake file location.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMake.rst765 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
786 example) will look for the ``LLVMConfig.cmake`` file in various locations (see
788 directory where ``LLVMConfig.cmake`` is found or allows the user to specify the
794 * ``<INSTALL_PREFIX>/lib/cmake/llvm/LLVMConfig.cmake`` where
796 On Linux typically this is ``/usr/lib/cmake/llvm/LLVMConfig.cmake``.
798 * ``<LLVM_BUILD_ROOT>/lib/cmake/llvm/LLVMConfig.cmake`` where
808 The ``LLVMConfig.cmake`` file sets various useful variables. Notable variables
813 LLVMConfig.cmake).
/netbsd-src/external/apache2/llvm/dist/clang/
H A DCMakeLists.txt21 the path containing LLVMConfig.cmake.")
72 # Pull values from LLVMConfig.cmake. We can drop this once the llvm-config
80 # FIXME: LLVM_CMAKE_DIR comes from LLVMConfig.cmake. We should rename