From b5df9f3cc1850f76d9943fe21d01bf768a6291f4 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 28 Oct 2011 10:50:52 +0000 Subject: [PATCH] test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux. It must be for elf! llvm-svn: 143189 --- test/CodeGen/X86/2010-08-10-DbgConstant.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/test/CodeGen/X86/2010-08-10-DbgConstant.ll index f0dc347ef48..b3cc35d723f 100644 --- a/test/CodeGen/X86/2010-08-10-DbgConstant.ll +++ b/test/CodeGen/X86/2010-08-10-DbgConstant.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 -O0 < %s | FileCheck %s +; RUN: llc -mtriple=i686-linux -O0 < %s | FileCheck %s ; CHECK: DW_TAG_constant ; CHECK-NEXT: .long .Lstring3 #{{#?}} DW_AT_name