1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add a triple to the test.

Sorry for forgetting it the first time.

llvm-svn: 257705
This commit is contained in:
Rafael Espindola 2016-01-13 23:13:38 +00:00
parent 5dc11eb625
commit c8be0b633f

View File

@ -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