Commit 6be9acdf authored by Hans Wennborg's avatar Hans Wennborg
Browse files

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.
parent 0bb9a27c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
; 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