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