[PATCH] D57406: build: remove use of llvm-config
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 11:26:47 PST 2019
compnerd created this revision.
compnerd added a reviewer: ruiu.
Herald added a subscriber: mgorny.
Update the build to use the standard CMake package search mechanism (`-DLLVM_DIR=`). This reduces the use of `llvm-config` which will eventually allow us to remove the tool. It also enhances the support to cross-compile lld in standalone mode.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D57406
Files:
CMakeLists.txt
test/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57406.184136.patch
Type: text/x-patch
Size: 5107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/5dafde4a/attachment.bin>
More information about the llvm-commits
mailing list