[llvm] [clang] [Github] Use building LLVM as perf-training for CI container (PR #80713)
Tom Stellard via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 5 13:01:04 PST 2024
================
@@ -0,0 +1,13 @@
+diff --git a/clang/cmake/caches/BOLT-PGO.cmake b/clang/cmake/caches/BOLT-PGO.cmake
+index 1a04ca9a74e5..d092820e4115 100644
+--- a/clang/cmake/caches/BOLT-PGO.cmake
++++ b/clang/cmake/caches/BOLT-PGO.cmake
+@@ -4,6 +4,8 @@ set(CLANG_BOOTSTRAP_TARGETS
+ stage2-clang-bolt
+ stage2-distribution
+ stage2-install-distribution
++ clang
++ lld
----------------
tstellar wrote:
OK, thanks for the explanation.
https://github.com/llvm/llvm-project/pull/80713
More information about the cfe-commits
mailing list