summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorSanne Wouda <sanne.wouda@arm.com>2017-02-03 11:14:39 +0000
committerSanne Wouda <sanne.wouda@arm.com>2017-02-03 11:14:39 +0000
commit57b63d6ade0f370b47c422ea62c0bdce5467f3c7 (patch)
tree0ee06aaa9810967a4b3fecbeb6c00b1d8d187132 /llvm/test/CodeGen/PowerPC
parent19cfe151f5e3172aa754cb050de84222df050fcd (diff)
downloadbcm5719-llvm-57b63d6ade0f370b47c422ea62c0bdce5467f3c7.tar.gz
bcm5719-llvm-57b63d6ade0f370b47c422ea62c0bdce5467f3c7.zip
[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 llvm-svn: 293999
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/mature-mc-support.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/mature-mc-support.ll b/llvm/test/CodeGen/PowerPC/mature-mc-support.ll
index aa387f6e266..543877d60cf 100644
--- a/llvm/test/CodeGen/PowerPC/mature-mc-support.ll
+++ b/llvm/test/CodeGen/PowerPC/mature-mc-support.ll
@@ -28,4 +28,4 @@
module asm " .this_directive_is_very_unlikely_to_exist"
-; CHECK: LLVM ERROR: Error parsing inline asm
+; CHECK: error: unknown directive
OpenPOWER on IntegriCloud