forked from OSchip/llvm-project
[test] Remove PowerPC/aix-xcoff-exported-nondefault.ll
This is not asserted by IR verifier.
This commit is contained in:
parent
d3b9970342
commit
c89b78a22b
|
@ -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
|
Loading…
Reference in New Issue