]> granicus.if.org Git - llvm/commit
[LLC] Add an inline assembly diagnostics handler.
authorSanne Wouda <sanne.wouda@arm.com>
Fri, 3 Feb 2017 11:14:39 +0000 (11:14 +0000)
committerSanne Wouda <sanne.wouda@arm.com>
Fri, 3 Feb 2017 11:14:39 +0000 (11:14 +0000)
commit5f9d8e2229c265bbf907b3735a9cff2a889ec16d
treee91064de3b636a1c4ce7686d3a44bc34fc17a74b
parente96f3c3a4cbf3eba2c06d53fa9f33e42fecbe1aa
[LLC] Add an inline assembly diagnostics handler.

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

Reviewers: rengolin, MatzeB, javed.absar, anemet

Reviewed By: anemet

Subscribers: jyknight, nemanjai, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293999 91177308-0d34-0410-b5e6-96231b3b80d8
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