This stops cases such as '-target mips-linux-gnu -mabi=n32' from using the
IAS by default.
Depends on D21070.
Patch by: Daniel Sanders
Paths
| Differential D21072
[mips] Account for -mabi when determining whether IAS is the default or not. Needs ReviewPublic Authored by sdardis on Jun 7 2016, 6:40 AM.
Details
Summary This stops cases such as '-target mips-linux-gnu -mabi=n32' from using the Depends on D21070. Patch by: Daniel Sanders
Diff Detail
Event Timelinedsanders retitled this revision from to [mips] Account for -mabi when determining whether IAS is the default or not.. dsanders updated this object. Herald added subscribers: sdardis, srhines, danalbert, tberghammer. · View Herald TranscriptJun 7 2016, 6:40 AM Comment Actions One last ping since I need to either commit this series next week or hand over to a colleague to continue it. Herald added subscribers: mstorsjo, atanasyan, aheejin, arichardson. · View Herald TranscriptJul 18 2019, 6:49 PM
Revision Contents
Diff 76824 include/clang/Driver/ToolChain.h
lib/Driver/MSVCToolChain.cpp
lib/Driver/MinGWToolChain.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.h
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
test/Driver/mips-integrated-as.s
|