1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Make this test X86 only.

llvm-svn: 172652
This commit is contained in:
Eric Christopher 2013-01-16 20:31:35 +00:00
parent 07e3b98cb9
commit 961c3d7f24

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;