[llvm] r257705 - Add a triple to the test.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 15:13:38 PST 2016


Author: rafael
Date: Wed Jan 13 17:13:38 2016
New Revision: 257705

URL: http://llvm.org/viewvc/llvm-project?rev=257705&view=rev
Log:
Add a triple to the test.

Sorry for forgetting it the first time.

Modified:
    llvm/trunk/test/MC/X86/error-reloc.s

Modified: llvm/trunk/test/MC/X86/error-reloc.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/error-reloc.s?rev=257705&r1=257704&r2=257705&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/error-reloc.s (original)
+++ llvm/trunk/test/MC/X86/error-reloc.s Wed Jan 13 17:13:38 2016
@@ -1,4 +1,4 @@
-// RUN: not llvm-mc %s -o %t.o -filetype=obj 2>&1 | FileCheck %s
+// RUN: not llvm-mc -triple x86_64-pc-linux %s -o %t.o -filetype=obj 2>&1 | FileCheck %s
 
         .quad foo at gotpcrel
 // CHECK:      32 bit reloc applied to a field with a different size




More information about the llvm-commits mailing list