Make this test X86 only.

llvm-svn: 172652
This commit is contained in:
Eric Christopher 2013-01-16 20:31:35 +00:00
parent 45008a5688
commit 69fc38f02f
1 changed files with 1 additions and 1 deletions

View File

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