diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 10:50:52 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 10:50:52 +0000 |
commit | 5c56f0b5891fa52b57507249bb9426a73ae69a9f (patch) | |
tree | 59286ce666f65a8237511e5f1c93f87fcac326c0 | |
parent | 62c1d00dfd38996f381edae55e1028b8e52a1107 (diff) |
test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux. It must be for elf!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143189 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2010-08-10-DbgConstant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/test/CodeGen/X86/2010-08-10-DbgConstant.ll index f0dc347ef4..b3cc35d723 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 |