Heavily based on the same for AArch64, from SVN r346469.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/ARM/ARMISelLowering.cpp | ||
---|---|---|
15122 ↗ | (On Diff #208281) | Would you mind flipping the condition on L15107 and doing an early return? if (!Subtarget->getTargetTriple().isWindowsMSVCEnvironment()) return TargetLowering::insertSSPDeclarations(M); |
lib/Target/ARM/ARMISelLowering.cpp | ||
---|---|---|
15122 ↗ | (On Diff #208281) | Sure, I can do that |