[PATCH] D14121: Thumb state not being passed through to LLVM triple when using clang -cc1as

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 09:11:29 PDT 2015


rengolin added inline comments.

================
Comment at: test/Driver/arm-ias-Wa.s:67
@@ +66,3 @@
+// ========================================================== Triple
+// RUN: %clang -target armv7a-arm-none-eabi -c %s -### 2>&1 \
+// RUN:   | FileCheck -check-prefix=CHECK-A-PROFILE %s
----------------
t.p.northover wrote:
> Is the -arm- vendor intentional (because DS-5 uses that or something)? Fine if so (it could probably do with being tested actually), a bit weird otherwise.
No, that seems a typo. I don't think it should stay.


http://reviews.llvm.org/D14121





More information about the cfe-commits mailing list