[PATCH] D22806: [ARM] Improve error messages for .arch_extension directive
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 06:54:56 PDT 2016
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
Much better, thanks! LGTM with the additional test.
================
Comment at: test/MC/ARM/directive-arch_extension-unsupported.s:2
@@ +1,3 @@
+@ RUN: not llvm-mc -triple armv7--none-eabi -filetype asm -o /dev/null 2>&1 %s | FileCheck %s
+
+ .arch_extension os
----------------
not testing empty one?
Repository:
rL LLVM
https://reviews.llvm.org/D22806
More information about the llvm-commits
mailing list