[lld] r305585 - Give associative-comdat lld test a triple

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 13:51:42 PDT 2017


Author: rnk
Date: Fri Jun 16 15:51:42 2017
New Revision: 305585

URL: http://llvm.org/viewvc/llvm-project?rev=305585&view=rev
Log:
Give associative-comdat lld test a triple

Modified:
    lld/trunk/test/COFF/associative-comdat.s

Modified: lld/trunk/test/COFF/associative-comdat.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/associative-comdat.s?rev=305585&r1=305584&r2=305585&view=diff
==============================================================================
--- lld/trunk/test/COFF/associative-comdat.s (original)
+++ lld/trunk/test/COFF/associative-comdat.s Fri Jun 16 15:51:42 2017
@@ -1,5 +1,5 @@
-# RUN: llvm-mc %s -filetype=obj -o %t1.obj
-# RUN: llvm-mc %S/Inputs/associative-comdat-2.s -filetype=obj -o %t2.obj
+# RUN: llvm-mc -triple=x86_64-windows-msvc %s -filetype=obj -o %t1.obj
+# RUN: llvm-mc -triple=x86_64-windows-msvc %S/Inputs/associative-comdat-2.s -filetype=obj -o %t2.obj
 
 # RUN: lld-link -entry:main %t1.obj %t2.obj -out:%t.gc.exe
 # RUN: llvm-readobj -sections %t.gc.exe | FileCheck %s




More information about the llvm-commits mailing list