[test] Remove PowerPC/aix-xcoff-exported-nondefault.ll
authorFangrui Song <i@maskray.me>
Tue, 6 Sep 2022 23:48:16 +0000 (16:48 -0700)
committerFangrui Song <i@maskray.me>
Tue, 6 Sep 2022 23:48:16 +0000 (16:48 -0700)
This is not asserted by IR verifier.

llvm/test/CodeGen/PowerPC/aix-xcoff-exported-nondefault.ll [deleted file]

diff --git a/llvm/test/CodeGen/PowerPC/aix-xcoff-exported-nondefault.ll b/llvm/test/CodeGen/PowerPC/aix-xcoff-exported-nondefault.ll
deleted file mode 100644 (file)
index 9fac288..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-; RUN: not llc -filetype=null -mtriple powerpc-ibm-aix-xcoff 2>&1 %s | FileCheck %s
-; RUN: not llc -filetype=null -mtriple powerpc64-ibm-aix-xcoff 2>&1 %s | FileCheck %s
-
-; CHECK: dllexport GlobalValue must have default visibility
-@b_e = hidden dllexport global i32 0, align 4