Displaying 3 results from an estimated 3 matches for "addmipstargetarg".
Did you mean:
addmipstargetargs
2012 Aug 16
0
[LLVMdev] MIPS & GP register
...ing the SDATA section threshold is very important for us - our program is much too large and has far too many globals to fit in the 64 KB SDATA section. I'll file bugs and see what turns up. I can make the patches myself if you can give me the 30-second pointer in the right direction.
Clang::AddMIPSTargetArgs does the relevant parsing; options are
defined in include/clang/Driver/Options.td .
-Eli
2012 Aug 16
3
[LLVMdev] MIPS & GP register
On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>> -march=mips32r2
>>> -mtune=4kem
>>> -msoft-float
>>> -EL
>>>
>>> -Xclang -triple -Xclang mipsel-sde-elf
>>> -Xclang -mrelocation-model -Xclang static
>>>
>>>
2012 Aug 17
1
[LLVMdev] MIPS & GP register
...ATA section threshold is very important for us - our program is much too large and has far too many globals to fit in the 64 KB SDATA section. I'll file bugs and see what turns up. I can make the patches myself if you can give me the 30-second pointer in the right direction.
>
> Clang::AddMIPSTargetArgs does the relevant parsing; options are
> defined in include/clang/Driver/Options.td .
Thanks - I'll give it a look and shed what I can do before filing bugs about them.
-- Carl