[llvm-branch-commits] [llvm] 1f95a77 - Drop arm triple from test/CodeGen/AArch64/global-merge-hidden-minsize.ll

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 30 06:04:20 PST 2020


Author: Hans Wennborg
Date: 2020-01-30T15:04:08+01:00
New Revision: 1f95a775949e75b4cac48a0fb4e443e6725e9b64

URL: https://github.com/llvm/llvm-project/commit/1f95a775949e75b4cac48a0fb4e443e6725e9b64
DIFF: https://github.com/llvm/llvm-project/commit/1f95a775949e75b4cac48a0fb4e443e6725e9b64.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.

(cherry picked from commit 6be9acdfa814dee6c57833d5351137c72c11fbd3)

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-branch-commits mailing list