OSDN Git Service

Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 9 Nov 2016 01:09:11 +0000 (01:09 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 9 Nov 2016 01:09:11 +0000 (01:09 +0000)
commit85f5302a7177e37d80a4506bb913bc5b6f40de72
tree8e2ac01fdf20ed0996ab1af1ec898931f22d012f
parent3885b5c47869c7fb3b007236c403efcf1171fece
Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class.

The BitcodeReader no longer produces BitcodeDiagnosticInfo diagnostics.
The only remaining reference was in the gold plugin; the code there has been
dead since we stopped producing InvalidBitcodeSignature error codes in r225562.
While at it remove the InvalidBitcodeSignature error code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286326 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/ReaderWriter.h
include/llvm/IR/DiagnosticInfo.h
lib/Bitcode/Reader/BitcodeReader.cpp
tools/gold/gold-plugin.cpp