forked from OSchip/llvm-project
[Bitcode] Use bitcode input for test (NFC)
The constant expression used in the test will become invalid in the future. Convert the input into bitcode, so we test that auto- upgrade happens gracefully once this is the case.
This commit is contained in:
parent
8471c68619
commit
89cb8cae60
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s -preserve-bc-uselistorder=false | llvm-dis -disable-output
|
||||
; RUN: llvm-dis -disable-output < %S/Inputs/bitcode-parseconstant-delay-select.bc
|
||||
@a = external dso_local global i32, align 4
|
||||
@c = external dso_local global [3 x i32], align 4
|
||||
@b = external dso_local local_unnamed_addr global i32, align 4
|
||||
|
|
Loading…
Reference in New Issue