summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-01-13 23:13:38 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-01-13 23:13:38 +0000
commit22ec3b9c3c4bdd1bdbc3374452ff7b5840b71951 (patch)
tree213ba92f925195d6740f44c7631c1e708818b2db /llvm
parente62595c4a7694babcb4e124b18750dacd37f8f96 (diff)
downloadbcm5719-llvm-22ec3b9c3c4bdd1bdbc3374452ff7b5840b71951.tar.gz
bcm5719-llvm-22ec3b9c3c4bdd1bdbc3374452ff7b5840b71951.zip
Add a triple to the test.
Sorry for forgetting it the first time. llvm-svn: 257705
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/MC/X86/error-reloc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/X86/error-reloc.s b/llvm/test/MC/X86/error-reloc.s
index 8dd93de4e76..647f764ff0d 100644
--- a/llvm/test/MC/X86/error-reloc.s
+++ b/llvm/test/MC/X86/error-reloc.s
@@ -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@gotpcrel
// CHECK: 32 bit reloc applied to a field with a different size
OpenPOWER on IntegriCloud