[PATCH] D157844: [llvm][CMake] Improve error message for unknown or experimental targets

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 02:08:30 PDT 2023


DavidSpickett added reviewers: arichardson, beanz.
DavidSpickett added inline comments.


================
Comment at: llvm/CMakeLists.txt:924
-  list(FIND LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ${t} idy)
-  # At this point, LLVMBUILDTOOL already checked all the targets passed in
-  # LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD, so
----------------
This is the only reference to LLVMBUILDTOOL in the monorepo. Perhaps it meant something once but it isn't doing anything now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157844



More information about the llvm-commits mailing list