We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338ef7a commit 58f7f07Copy full SHA for 58f7f07
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/test/Bitcode/invalid.test
@@ -209,7 +209,7 @@ ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
209
RUN: not llvm-dis -disable-output %p/Inputs/invalid-no-function-block.bc 2>&1 | \
210
RUN: FileCheck --check-prefix=NO-FUNCTION-BLOCK %s
211
212
-NO-FUNCTION-BLOCK: Trying to materialize functions before seeing function blocks
+NO-FUNCTION-BLOCK: Trying to materialize functions before seeing function blocks (Producer: 'LLVM3.8.0git' Reader: 'LLVM
213
214
RUN: not llvm-dis -disable-output %p/Inputs/invalid-name-with-0-byte.bc 2>&1 | \
215
RUN: FileCheck --check-prefix=NAME-WITH-0 %s
0 commit comments