OSDN Git Service

[llvm] Fix D26214: Move error handling out of MC and to the callers.
authorMandeep Singh Grang <mgrang@codeaurora.org>
Tue, 6 Dec 2016 02:49:17 +0000 (02:49 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Tue, 6 Dec 2016 02:49:17 +0000 (02:49 +0000)
commit9196899788634a664fe6c5ff0285decce74326de
tree7a25ecd4f2ad56a73cb251770d271f666021fe51
parentd37747e061dcd4cd71c54934c39170832a547837
[llvm] Fix D26214: Move error handling out of MC and to the callers.

Summary: Related clang patch; https://reviews.llvm.org/D27360

Reviewers: t.p.northover, grosbach, compnerd, echristo

Subscribers: compnerd, mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D27359

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288763 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
lib/MC/MCContext.cpp
tools/llvm-mc/llvm-mc.cpp