forked from OSchip/llvm-project
Drop arm triple from test/CodeGen/AArch64/global-merge-hidden-minsize.ll
Because it's in the AArch64/ directory, it runs in cases where the arm target may not be available, see comment on D73235.
This commit is contained in:
parent
0bb9a27c98
commit
6be9acdfa8
|
@ -1,4 +1,3 @@
|
|||
; RUN: llc %s -mtriple=arm-none-linux-gnu -o - | FileCheck %s
|
||||
; RUN: llc %s -mtriple=aarch64-none-linux-gnu -o - | FileCheck %s
|
||||
|
||||
@x = hidden global i32 0, align 4
|
||||
|
|
Loading…
Reference in New Issue