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 9fac28868edd..000000000000 --- 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 -@b_e = hidden dllexport global i32 0, align 4