[PATCH] D22857: [ARM] Add a test for inline assembly when targeting armv7-windows

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 07:49:28 PDT 2016


rengolin requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: test/CodeGen/arm-inline-asm-windows.c:2
@@ +1,3 @@
+// REQUIRES: arm-registered-target
+// RUN: %clang -target armv7-windows -c -o - %s
+
----------------
Also, I just noticed, this outputs the binary to stdout. Maybe better 

    -o /dev/null

or whatever is the practice on Windows that also work on Linux. :)


https://reviews.llvm.org/D22857





More information about the cfe-commits mailing list