[PATCH] D23632: [LTO] Promote before performing weak resolution

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 17:20:00 PDT 2016


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

Test needs fix but otherwise fine.


================
Comment at: test/ThinLTO/X86/internalize.ll:10
@@ +9,3 @@
+; RUN:     -r=%t1.bc,_linkonce_func,pl
+; RUN: llvm-dis < %t.o.0.2.internalized.bc | FileCheck  %s --check-prefix=INTERNALIZE
+
----------------
It passes only if I change the file name to "%t.o.1.2.internalize.bc"

Note there are two changes in the name: s/0/1/ and s/internalized/internalize/.


https://reviews.llvm.org/D23632





More information about the llvm-commits mailing list