llc would hit a fatal error for errors in inline assembly. The
diagnostics message is now printed.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 3502 Build 3502: arc lint + arc unit
Paths
| Differential D29408
[LLC] Add an inline assembly diagnostics handler. ClosedPublic Authored by sanwou01 on Feb 1 2017, 11:23 AM.
Details Summary llc would hit a fatal error for errors in inline assembly. The
Diff Detail
Event TimelineComment Actions
Yes, see .../clang/lib/CodeGen/CodeGenAction.cpp . This revision is now accepted and ready to land.Feb 1 2017, 11:41 AM sanwou01 added a child revision: D29414: [Assembler] Enable nicer diagnostics for inline assembly..Feb 1 2017, 11:54 AM
Revision Contents
Diff 86683 test/CodeGen/AArch64/mature-mc-support.ll
test/CodeGen/ARM/mature-mc-support.ll
test/CodeGen/Mips/mature-mc-support.ll
test/CodeGen/PowerPC/mature-mc-support.ll
test/CodeGen/SPARC/mature-mc-support.ll
test/CodeGen/SystemZ/mature-mc-support.ll
test/CodeGen/Thumb/mature-mc-support.ll
test/CodeGen/X86/mature-mc-support.ll
tools/llc/llc.cpp
|