[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:
Nikita Popov 2022-07-04 16:40:07 +02:00
parent 8471c68619
commit 89cb8cae60
2 changed files with 1 additions and 1 deletions

View File

@ -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