[PATCH] D28869: [CMake] Fix `is_llvm_target_library` and support out-of-order components

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 10:27:33 PST 2017


beanz updated this revision to Diff 85607.
beanz added a comment.

Updating patch with a few new things.

- Added an enforcement mechanism to ensure that target libraries aren't specified before all target libraries are created. We have this by convention today, the enforcment just creates an error.
- Also took inspiration from bryant in https://reviews.llvm.org/D28855, to further clean up and improve the logic around is_llvm_target_library.


https://reviews.llvm.org/D28869

Files:
  cmake/modules/LLVM-Config.cmake
  lib/Target/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28869.85607.patch
Type: text/x-patch
Size: 5033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/901e1c85/attachment.bin>


More information about the llvm-commits mailing list