mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Give this X86-specific test a triple so it's actually X86-specific.
llvm-svn: 184443
This commit is contained in:
parent
502b057268
commit
766a1b151d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user