1
0
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:
David Blaikie 2013-05-10 22:14:39 +00:00
parent 685380da68
commit cda1715add

View File

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