[llvm] Store GUIDs in metadata (PR #133682)
Owen Rodley via llvm-commits
llvm-commits at lists.llvm.org
Mon May 26 19:47:41 PDT 2025
================
@@ -1076,6 +1078,11 @@ PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level,
ModulePassManager MPM;
+ if (Phase != ThinOrFullLTOPhase::ThinLTOPostLink) {
+ MPM.addPass(NameAnonGlobalPass());
----------------
orodley wrote:
Removed from here. No idea when anonymous globals can be introduced, I'll see if this causes any issues when I test more thoroughly.
https://github.com/llvm/llvm-project/pull/133682
More information about the llvm-commits
mailing list