Use both OS and Architecture to choose correct ABI
Summary: - In ABIMacOSX_i386.cpp: -- Earlier, only Triple:Arch was used to choose ABI -- Now, Triple:OS is also used along with Triple:Arch - Resolves PR-23718 Change-Id: Id8b1d86dda763241f9e594a1c71252555939af1e Signed-off-by:Abhishek Aggarwal <abhishek.a.aggarwal@intel.com> Reviewers: jasonmolenda, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D10308 llvm-svn: 241441
Loading
Please sign in to comment