OSDN Git Service

Redirected errors from the AsmParser to the proper
authorSean Callanan <scallanan@apple.com>
Sat, 9 Apr 2011 00:37:25 +0000 (00:37 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 9 Apr 2011 00:37:25 +0000 (00:37 +0000)
commit457856c03f2f0edb2e218fc91851623a1e6dbdbb
treec8cc6ba85be25657ee47cf179d4490c2f8edcf3d
parent052aa2c256acebab662b6099b155057d4092c3cf
Redirected errors from the AsmParser to the proper
error stream, in cases where the AsmParser is
being invoked by EDDisassembler.  Before, they
were being sent to errs() because no error handler
was installed in the SourceMgr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/EDDisassembler.cpp