Give this X86-specific test a triple so it's actually X86-specific.

llvm-svn: 184443
This commit is contained in:
David Blaikie 2013-06-20 17:31:32 +00:00
parent 502b057268
commit 766a1b151d

View File

@ -1,6 +1,6 @@
; REQUIRES: object-emission
;
; RUN: llc -O0 -filetype=obj < %s > %t
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -O0 -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Test case derived from compiling the following source with clang -g: