[PATCH] D29408: [LLC] Add an inline assembly diagnostics handler.

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 11:23:06 PST 2017


sanwou01 created this revision.
Herald added subscribers: nemanjai, jyknight.

llc would hit a fatal error for errors in inline assembly. The
diagnostics message is now printed.


https://reviews.llvm.org/D29408

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29408.86683.patch
Type: text/x-patch
Size: 3788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/53b462e8/attachment.bin>


More information about the llvm-commits mailing list