[PATCH] D11472: [ARM] Pass subtarget feature "+strict-align" instead of backend option "arm-strict-align"

JF Bastien jfb at chromium.org
Thu Jul 23 13:09:39 PDT 2015


jfb added inline comments.

================
Comment at: test/Driver/arm-alignment.c:20
@@ -20,2 +19,3 @@
+// CHECK-UNALIGNED-ARM-NOT: "-target-feature" "+strict-align"
 // CHECK-UNALIGNED-AARCH64: "-backend-option" "-aarch64-no-strict-align"
 
----------------
aarch64 also has its own option? Should your patch (or a follow-up) fix both?


http://reviews.llvm.org/D11472







More information about the cfe-commits mailing list