mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-17 21:29:02 +00:00
Give the test from r181632 a target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
; REQUIRES: object-emission
|
; 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
|
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||||
|
|
||||||
; IR generated with `clang++ -g -emit-llvm -S` from the following code:
|
; IR generated with `clang++ -g -emit-llvm -S` from the following code:
|
Reference in New Issue
Block a user