[llvm] c89b78a - [test] Remove PowerPC/aix-xcoff-exported-nondefault.ll

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 16:48:25 PDT 2022


Author: Fangrui Song
Date: 2022-09-06T16:48:16-07:00
New Revision: c89b78a22b11ec4c4f3039ec1233833d13baca0b

URL: https://github.com/llvm/llvm-project/commit/c89b78a22b11ec4c4f3039ec1233833d13baca0b
DIFF: https://github.com/llvm/llvm-project/commit/c89b78a22b11ec4c4f3039ec1233833d13baca0b.diff

LOG: [test] Remove PowerPC/aix-xcoff-exported-nondefault.ll

This is not asserted by IR verifier.

Added: 
    

Modified: 
    

Removed: 
    llvm/test/CodeGen/PowerPC/aix-xcoff-exported-nondefault.ll


################################################################################
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
index 9fac28868edda..0000000000000
--- a/llvm/test/CodeGen/PowerPC/aix-xcoff-exported-nondefault.ll
+++ /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
- at b_e = hidden dllexport global i32 0, align 4


        


More information about the llvm-commits mailing list