Commit 1f95a775 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.

(cherry picked from commit 6be9acdf)
parent 478ea4b4
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