[llvm] 6be9acd - Drop arm triple from test/CodeGen/AArch64/global-merge-hidden-minsize.ll
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 06:03:30 PST 2020
Author: Hans Wennborg
Date: 2020-01-30T15:02:38+01:00
New Revision: 6be9acdfa814dee6c57833d5351137c72c11fbd3
URL: https://github.com/llvm/llvm-project/commit/6be9acdfa814dee6c57833d5351137c72c11fbd3
DIFF: https://github.com/llvm/llvm-project/commit/6be9acdfa814dee6c57833d5351137c72c11fbd3.diff
LOG: 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.
Added:
Modified:
llvm/test/CodeGen/AArch64/global-merge-hidden-minsize.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/global-merge-hidden-minsize.ll b/llvm/test/CodeGen/AArch64/global-merge-hidden-minsize.ll
index 25241ad2af8a..aed6a40dc0a4 100644
--- a/llvm/test/CodeGen/AArch64/global-merge-hidden-minsize.ll
+++ b/llvm/test/CodeGen/AArch64/global-merge-hidden-minsize.ll
@@ -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
More information about the llvm-commits
mailing list