[cfe-dev] [PATCH] clang/MIPS additional command-line options

Eric Christopher echristo at apple.com
Mon Mar 1 18:42:19 PST 2010


On Feb 16, 2010, at 7:44 PM, Oleksandr Tymoshenko wrote:

> 
> On 2010-02-16, at 7:34 PM, Oleksandr Tymoshenko wrote:
> 
>> I was trying to test clang on FReeBSD/mips and came to conclusion that some additional
>> keys required to set proper target for compilation. This patch adds several knobs to clang/MIPS:
>>   - floating point ABI (-msoft-float/-mhard-float)
>>   - target CPU (-march=)
>>   - target ABI (-mabi=)
>> 
>> Also byte order is set explicitly for toolchain assembler in based on target architecture 
>> (mips/mipsel) so we don't rely on assembler default.
> 
> 
> Shame on me. Forgot to attach the patch
> <clang-mips.diff>

This has been committed as:

[yendi:llvm/tools/clang] echristo% svn ci
Sending        lib/Basic/Targets.cpp
Sending        lib/Driver/Tools.cpp
Sending        lib/Driver/Tools.h
Transmitting file data ...
Committed revision 97544.


Thanks for the patch!

-eric



More information about the cfe-dev mailing list