[PATCH] D28411: [ThinLTO] Handle conflicting local names gracefully
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 13:23:36 PST 2017
mehdi_amini 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"
----------------
I'd use a different name here, it does not seems related to what you're testing right?
https://reviews.llvm.org/D28411
More information about the llvm-commits
mailing list