[PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 10:46:56 PDT 2015


rengolin added inline comments.

================
Comment at: lib/Basic/Targets.cpp:4456
@@ -4455,3 +4455,1 @@
 
-    if (ArchVersion < 6  || 
-       (ArchVersion == 6 && ArchProfile == llvm::ARM::PK_M))
----------------
Why is this not necessary any more?


http://reviews.llvm.org/D13217





More information about the cfe-commits mailing list