Hi Oliver, I am a little confused about this patch. You are trying to move handling of HA from clang to llvm for AAPCS-VFP. HA should still be handled in clang for APCS and AAPCS, right? Why does the patch remove logics from ARMABIInfo unconditionally?
Am I missing something? Thanks, Manman On Fri, Mar 14, 2014 at 9:39 AM, Oliver Stannard <[email protected]>wrote: > This is the clang part of D3082. > > http://llvm-reviews.chandlerc.com/D3083 > > Files: > lib/CodeGen/CGCall.cpp > lib/CodeGen/TargetInfo.cpp > test/CodeGen/arm-aapcs-vfp.c > test/CodeGen/arm-homogenous.c > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
