[PATCH] D79328: lld: Let find_package(LLD) work

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 07:32:33 PDT 2020


arsenm closed this revision.
arsenm marked 2 inline comments as done.
arsenm added a comment.

2b2a961309e65fb175fcf8d56507323fa6872425 <https://reviews.llvm.org/rG2b2a961309e65fb175fcf8d56507323fa6872425>



================
Comment at: lld/cmake/modules/LLDConfig.cmake.in:18
+# in-tree with lld or not.
+if(NOT TARGET lld-tablegen-targets)
+  add_custom_target(lld-tablegen-targets)
----------------
arsenm wrote:
> MaskRay wrote:
> > Is this used?
> Don't think so. It looks like clang sets this property up itself for generated headers. The tablegen uses in lld look like they only produce private .inc files
Removed this


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79328/new/

https://reviews.llvm.org/D79328





More information about the llvm-commits mailing list