From 22ec3b9c3c4bdd1bdbc3374452ff7b5840b71951 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 13 Jan 2016 23:13:38 +0000 Subject: [PATCH] Add a triple to the test. Sorry for forgetting it the first time. llvm-svn: 257705 --- llvm/test/MC/X86/error-reloc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/X86/error-reloc.s b/llvm/test/MC/X86/error-reloc.s index 8dd93de4e76b..647f764ff0d6 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