[PATCH] D29770: [Assembler] Inline assembly diagnostics test.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 09:58:38 PST 2017


rnk added inline comments.


================
Comment at: test/Misc/inline-asm-diags.c:1
+// RUN: not %clang -c --target=armv7a-arm-none-eabi %s -o /dev/null 2>&1 | FileCheck %s
+
----------------
Use `clang -cc1 -S -o /dev/null -verify` to test this.


https://reviews.llvm.org/D29770





More information about the llvm-commits mailing list