[PATCH] D28411: [ThinLTO] Handle conflicting local names gracefully
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 13:25:21 PST 2017
tejohnson added inline comments.
================
Comment at: test/ThinLTO/X86/local_name_conflict.ll:16
+; ModuleID = 'local_name_conflict.o'
+source_filename = "local_name_conflict.c"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
----------------
mehdi_amini wrote:
> I'd use a different name here, it does not seems related to what you're testing right?
The name has to be the same in the two Inputs versions, but not here. I will change this file's source name to something slightly different like local_name_conflict_main.c/o
https://reviews.llvm.org/D28411
More information about the llvm-commits
mailing list