mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1505ff35b
commit
fb2c145498
@ -1,6 +1,6 @@
|
||||
; REQUIRES: object-emission
|
||||
|
||||
; RUN: llc -O0 -filetype=obj < %s > %t
|
||||
; RUN: llc -mtriple=x86_64-unknown-unknown -O0 -filetype=obj < %s > %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
|
||||
; IR generated from clang -g with the following source:
|
||||
|
Loading…
Reference in New Issue
Block a user