mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-11 05:17:36 +00:00
llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add -triple=aarch64-linux. AArch64 is unaware of PECOFF for now.
FIXME: This should pass for also targeting aarch64-darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4186005edc
commit
d14e98ad5b
@ -1,4 +1,4 @@
|
||||
//RUN: not llvm-mc -arch aarch64 -filetype=obj %s -o %t1 2> %t2
|
||||
//RUN: not llvm-mc -mtriple=aarch64-linux -filetype=obj %s -o %t1 2> %t2
|
||||
//RUN: cat %t2 | FileCheck %s
|
||||
|
||||
//These tests look for errors that should be reported for invalid object layout
|
||||
|
Loading…
x
Reference in New Issue
Block a user