[PATCH] D21813: ARM: Fix ARMSubtarget for WOA
Martell Malone via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 13:14:26 PDT 2016
martell created this revision.
martell added a reviewer: compnerd.
martell added a subscriber: llvm-commits.
martell set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.
Building on http://reviews.llvm.org/rL273682
This will enable lli for WOA
Repository:
rL LLVM
http://reviews.llvm.org/D21813
Files:
lib/Target/ARM/ARMSubtarget.cpp
Index: lib/Target/ARM/ARMSubtarget.cpp
===================================================================
--- lib/Target/ARM/ARMSubtarget.cpp
+++ lib/Target/ARM/ARMSubtarget.cpp
@@ -210,10 +210,6 @@
// Initialize scheduling itinerary for the specified CPU.
InstrItins = getInstrItineraryForCPU(CPUString);
- // FIXME: this is invalid for WindowsCE
- if (isTargetWindows())
- NoARM = true;
-
if (isAAPCS_ABI())
stackAlignment = 8;
if (isTargetNaCl() || isAAPCS16_ABI())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21813.62129.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160628/8c6a5910/attachment.bin>
More information about the llvm-commits
mailing list