[PATCH] D115417: [LTO] Fix incomplete optimization remarks for dead functions when PreOptModuleHook or PostInternalizeModuleHook is defined

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 20 18:13:42 PST 2021


MaskRay accepted this revision.
MaskRay added a comment.

In D115417#3199208 <https://reviews.llvm.org/D115417#3199208>, @Enna1 wrote:

> Can you commit this on my behalf cause I don't have commit access, thanks!

Testing.



================
Comment at: lld/test/ELF/lto/opt-remarks-incomplete.ll:3
+;; Ensure passing --plugin-opt=emit-llvm to lld, LTO should not emit
+;; incomplete optimization remarks for dead functions
+
----------------



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

https://reviews.llvm.org/D115417



More information about the llvm-commits mailing list