diff --git a/llvm/test/Bitcode/constexpr-to-instr.ll b/llvm/test/Bitcode/constexpr-to-instr.ll index 7d6522ff3c96f..07accafb83826 100644 --- a/llvm/test/Bitcode/constexpr-to-instr.ll +++ b/llvm/test/Bitcode/constexpr-to-instr.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llvm-dis -expand-constant-exprs | FileCheck %s +; RUN: llvm-dis -expand-constant-exprs < %s.bc | FileCheck %s @g = extern_weak global i32 @g2 = extern_weak global i32 diff --git a/llvm/test/Bitcode/constexpr-to-instr.ll.bc b/llvm/test/Bitcode/constexpr-to-instr.ll.bc new file mode 100644 index 0000000000000..7fae9c05fbd75 Binary files /dev/null and b/llvm/test/Bitcode/constexpr-to-instr.ll.bc differ