[PATCH] D151013: [CMake] Add option to link LLVM/subproject executables

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 01:08:44 PDT 2023


aidengrossman planned changes to this revision.
aidengrossman added a comment.

Thanks for the feedback! That's definitely a good point. I was planning on integrating this with the three stage clang builds through the use of `BOOTSTRAP_` CMake options to get the same effect as the runtime builds (building with a ToT clang), but integrating it directly into the existing runtimes build at this point makes a lot more sense.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151013



More information about the llvm-commits mailing list