summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-diff/DiffConsumer.h
diff options
context:
space:
mode:
authorOliver Stannard <oliver.stannard@arm.com>2016-01-27 17:30:33 +0000
committerOliver Stannard <oliver.stannard@arm.com>2016-01-27 17:30:33 +0000
commit1e67a9f1966edbe4b24aaa2ecce7270d00127dd4 (patch)
treed9f6bcacaf753b61099eb65149f0efd78f0237e7 /llvm/tools/llvm-diff/DiffConsumer.h
parent5e03a4b8370d1103489b3d711a00f2d504628570 (diff)
downloadbcm5719-llvm-1e67a9f1966edbe4b24aaa2ecce7270d00127dd4.tar.gz
bcm5719-llvm-1e67a9f1966edbe4b24aaa2ecce7270d00127dd4.zip
Refactor backend diagnostics for unsupported features
The BPF and WebAssembly backends had identical code for emitting errors for unsupported features, and AMDGPU had very similar code. This merges them all into one DiagnosticInfo subclass, that can be used by any backend. There should be minimal functional changes here, but some AMDGPU tests have been updated for the new format of errors (it used a slightly different format to BPF and WebAssembly). The AMDGPU error messages will now benefit from having precise source locations when debug info is available. The implementation of DiagnosticInfoUnsupported::print must be in lib/Codegen rather than in the existing file in lib/IR/ to avoid introducing a dependency from IR to CodeGen. Differential Revision: http://reviews.llvm.org/D16590 llvm-svn: 258951
Diffstat (limited to 'llvm/tools/llvm-diff/DiffConsumer.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud