[PATCH] D13236: [ARM] Support for ARMv6-Z / ARMv6-ZK missing

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 02:42:36 PDT 2015


tyomitch added inline comments.

================
Comment at: test/MC/ARM/directive-arch_extension-sec.s:35
@@ -30,2 +34,3 @@
 @ CHECK-V7: error: instruction requires: TrustZone
+@ CHECK-V7-NOT: error: instruction requires: TrustZone
 
----------------
compnerd wrote:
> This seems in conflict with the line above.
Quite the opposite: this is to check that only one "error: instruction requires: TrustZone" is emitted.

As this test case doesn't use labels, the line above may otherwise match an error emitted from the first part of the test.


http://reviews.llvm.org/D13236





More information about the llvm-commits mailing list