summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/debug-info-static-member.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-16 20:31:35 +0000
committerEric Christopher <echristo@gmail.com>2013-01-16 20:31:35 +0000
commit4f3b323f8d83d2d474436bd86e1ab5581a6cf79c (patch)
treee689b5103c2fa4322364612f98b883b5312a26ce /test/DebugInfo/X86/debug-info-static-member.ll
parent65605d85bd0c2b05c757820647ad2ec2d533ddbc (diff)
downloadllvm-4f3b323f8d83d2d474436bd86e1ab5581a6cf79c.tar.gz
llvm-4f3b323f8d83d2d474436bd86e1ab5581a6cf79c.tar.bz2
llvm-4f3b323f8d83d2d474436bd86e1ab5581a6cf79c.tar.xz
Make this test X86 only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/debug-info-static-member.ll')
-rw-r--r--test/DebugInfo/X86/debug-info-static-member.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/debug-info-static-member.ll b/test/DebugInfo/X86/debug-info-static-member.ll
index 8026b54647..114870ad6c 100644
--- a/test/DebugInfo/X86/debug-info-static-member.ll
+++ b/test/DebugInfo/X86/debug-info-static-member.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s -o %t -filetype=obj -O0
+; RUN: llc %s -o %t -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu
; RUN: llvm-dwarfdump %t | FileCheck %s -check-prefix=PRESENT
; RUN: llvm-dwarfdump %t | FileCheck %s -check-prefix=ABSENT
; Verify that attributes we do want are PRESENT;