forked from OSchip/llvm-project
Add a triple to the test.
Sorry for forgetting it the first time. llvm-svn: 257705
This commit is contained in:
parent
e62595c4a7
commit
22ec3b9c3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue