This is another attempt to silence the crash report for invalid inline asm
in bitcode input to clang.
Different from http://reviews.llvm.org/D7476, this patch installs an
InlineAsmDiagnosticsHandler to avoid the crash report. The handler will
simply print the same error message that will print from the backend.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks Rafael. Edit the test case and committed in r228898.
Have you got any chance to look at my email from the thread of r226503?
Steven