[PATCH] D28869: [CMake] Fix `is_llvm_target_library` and support out-of-order components
bryant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 18:24:07 PST 2017
bryant added a comment.
Just a quick reminder.
================
Comment at: cmake/modules/LLVM-Config.cmake:210
+ # that this is valid here.
+ list(APPEND expanded_components LLVM${c})
endif()
----------------
```
list(APPEND expanded_components "$<LINK_ONLY:LLVM${c}>")
```
https://reviews.llvm.org/D28869
More information about the llvm-commits
mailing list