Displaying 1 result from an estimated 1 matches for "r259821".
Did you mean:
r239821
2016 Aug 17
2
RFC: Move cmake shared files
The cmake files generated when building LLVM (including LLVMConfig.cmake)
are to support cmake's find_package() [1] function.
In the build dir the generated files are placed in
<build-dir>/share/llvm/cmake. After install, in
<prefix>/lib/llvm/share/llvm/cmake.
CMake is not able to find them without a hint. CMake searches these paths
on Unix:
- <prefix>/lib/llvm/cmake
-