[lld] r241031 - Add layout/triple to fix test on platforms where names are mangled.

Peter Collingbourne peter at pcc.me.uk
Mon Jun 29 18:15:54 PDT 2015


Author: pcc
Date: Mon Jun 29 20:15:54 2015
New Revision: 241031

URL: http://llvm.org/viewvc/llvm-project?rev=241031&view=rev
Log:
Add layout/triple to fix test on platforms where names are mangled.

Modified:
    lld/trunk/test/COFF/Inputs/conflict.ll

Modified: lld/trunk/test/COFF/Inputs/conflict.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/Inputs/conflict.ll?rev=241031&r1=241030&r2=241031&view=diff
==============================================================================
--- lld/trunk/test/COFF/Inputs/conflict.ll (original)
+++ lld/trunk/test/COFF/Inputs/conflict.ll Mon Jun 29 20:15:54 2015
@@ -1,3 +1,6 @@
+target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-pc-windows-msvc"
+
 define void @foo() {
   ret void
 }





More information about the llvm-commits mailing list