[PATCH] D21813: ARM: Fix ARMSubtarget for WOA

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 19:05:08 PDT 2016


compnerd added inline comments.

================
Comment at: lib/Target/ARM/ARMSubtarget.cpp:216
@@ -215,3 +212,2 @@
-
   if (isAAPCS_ABI())
     stackAlignment = 8;
----------------
Windows ARM NT is a pure thumb-2 environment.  We really should not be generating ARM code.  I dont think that this should be changed.


http://reviews.llvm.org/D21813





More information about the llvm-commits mailing list