mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Give this X86-specific test a triple so it's actually X86-specific.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea18f0cc4d
commit
63b8e299e4
@ -1,6 +1,6 @@
|
|||||||
; REQUIRES: object-emission
|
; 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
|
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||||
|
|
||||||
; Test case derived from compiling the following source with clang -g:
|
; Test case derived from compiling the following source with clang -g:
|
||||||
|
Loading…
Reference in New Issue
Block a user