[PATCH] D136383: [PartialInlining] Enable recursive partial inlining.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 10:59:10 PST 2022
efriedma added a comment.
Not sure how the CMake 2-stage bits work, but you can always manually "boostrap": build clang, then do a separate clang build with -DCMAKE_CXX_COMPILER=/path/to/built/clang++ .
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136383/new/
https://reviews.llvm.org/D136383
More information about the llvm-commits
mailing list