[llvm] Store GUIDs in metadata (PR #133682)

Owen Rodley via llvm-commits llvm-commits at lists.llvm.org
Mon May 26 19:47:42 PDT 2025


================
@@ -1076,6 +1078,11 @@ PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level,
 
   ModulePassManager MPM;
 
+  if (Phase != ThinOrFullLTOPhase::ThinLTOPostLink) {
----------------
orodley wrote:

Done.

https://github.com/llvm/llvm-project/pull/133682


More information about the llvm-commits mailing list