mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Bitcode: Change the BitcodeReader to use llvm::Error internally.
Differential Revision: https://reviews.llvm.org/D26430 llvm-svn: 286323
This commit is contained in:
parent
8d35aa40f2
commit
5159334938
File diff suppressed because it is too large
Load Diff
@ -209,7 +209,7 @@ ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
|
||||
RUN: not llvm-dis -disable-output %p/Inputs/invalid-no-function-block.bc 2>&1 | \
|
||||
RUN: FileCheck --check-prefix=NO-FUNCTION-BLOCK %s
|
||||
|
||||
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
|
||||
|
||||
RUN: not llvm-dis -disable-output %p/Inputs/invalid-name-with-0-byte.bc 2>&1 | \
|
||||
RUN: FileCheck --check-prefix=NAME-WITH-0 %s
|
||||
|
Loading…
x
Reference in New Issue
Block a user