[PATCH] D65011: Expand pseudo-components before embedding in llvm-config

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 13:16:53 PDT 2019


dsanders created this revision.
dsanders added a reviewer: bogner.
Herald added a subscriber: mgorny.
Herald added a project: LLVM.

If you use pseudo-targets like AllTargetsCodeGens in LLVM_DYLIB_COMPONENTS
then a test will fail because `./bin/llvm-config --shared-mode` can't
handle these targets. We can fix this by expanding them before embedding
the string into llvm-config


Repository:
  rL LLVM

https://reviews.llvm.org/D65011

Files:
  cmake/modules/LLVM-Config.cmake
  tools/llvm-config/BuildVariables.inc.in
  tools/llvm-config/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65011.210882.patch
Type: text/x-patch
Size: 10846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/fc95c1e3/attachment.bin>


More information about the llvm-commits mailing list