mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-12 15:51:40 +00:00
Don't use %llc_dwarf for target-specific tests.
Should fix running them on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45b5f7e457
commit
0bd9021d62
@ -1,6 +1,5 @@
|
||||
; RUN: %llc_dwarf -mtriple aarch64_be-gnu-linux -O0 -filetype=obj -o %t_be.o %s
|
||||
; RUN: llc -mtriple aarch64_be-gnu-linux -O0 -filetype=obj -o %t_be.o %s
|
||||
; RUN: llvm-dwarfdump -debug-dump=info %t_be.o | FileCheck %s
|
||||
; REQUIRES: object-emission
|
||||
|
||||
; Produced at -O0 from:
|
||||
; struct bitfield {
|
||||
|
@ -1,6 +1,5 @@
|
||||
; RUN: %llc_dwarf -mtriple x86_64-apple-macosx -O0 -filetype=obj -o %t_le.o %s
|
||||
; RUN: llc -mtriple x86_64-apple-macosx -O0 -filetype=obj -o %t_le.o %s
|
||||
; RUN: llvm-dwarfdump -debug-dump=info %t_le.o | FileCheck %s
|
||||
; REQUIRES: object-emission
|
||||
|
||||
; Produced at -O0 from:
|
||||
; struct bitfield {
|
||||
|
Loading…
x
Reference in New Issue
Block a user