mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Give the test from r181632 a target triple.
llvm-svn: 181637
This commit is contained in:
parent
685380da68
commit
cda1715add
@ -1,6 +1,6 @@
|
||||
; REQUIRES: object-emission
|
||||
|
||||
; RUN: llc -O0 -filetype=obj < %s > %t
|
||||
; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s > %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
|
||||
; IR generated with `clang++ -g -emit-llvm -S` from the following code:
|
Loading…
Reference in New Issue
Block a user