[PATCH] D19454: Store and emit original name in combined index
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 23 16:44:52 PDT 2016
joker.eph closed this revision.
joker.eph marked an inline comment as done.
joker.eph added a comment.
r267304
================
Comment at: test/Bitcode/thinlto-function-summary-originalnames.ll:15
@@ +14,3 @@
+; COMBINED-NEXT: <VALUE_SYMTAB
+; COMBINED-NEXT: <COMBINED_GVDEFENTRY {{.*}} op2=5130707953770761057/>
+; COMBINED-NEXT: <COMBINED_GVDEFENTRY {{.*}} op2=-8709959634447057722/>
----------------
tejohnson wrote:
> These GUIDs (not the original ones above) might be dangerous to put here as they include the path to the module (which I believe could vary on some bots).
Good point.
http://reviews.llvm.org/D19454
More information about the llvm-commits
mailing list