Displaying 6 results from an estimated 6 matches for "ssection".
Did you mean:
  section
  
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...s and sorted out by flag type and in order of what I think matters):
>     -march=mips32r2
>     -mtune=4kem
>     -msoft-float
>     -EL
> 
>     -Xclang -triple -Xclang mipsel-sde-elf
>     -Xclang -mrelocation-model -Xclang static
> 
>     -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>     -Xclang -mllvm -Xclang -enable-mips-delay-filler
> 
>     -Xassembler -G -Xassembler 0 -g
> 
>     -funsigned-char
>     -fshort-wchar
>     -fno-zero-initialized-in-bss
>     -fasynchronous-unwind-tables
>     -ffunction-sections
>     -fdata-section...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
...um <carl at lytro.com> wrote:
>>     -march=mips32r2
>>     -mtune=4kem
>>     -msoft-float
>>     -EL
>>
>>     -Xclang -triple -Xclang mipsel-sde-elf
>>     -Xclang -mrelocation-model -Xclang static
>>
>>     -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>>     -Xclang -mllvm -Xclang -enable-mips-delay-filler
We generally try to discourage people from using -Xclang flags
wherever possible; they're really implementation details, and
considered an unstable interface.
For the triple and relocation model, the flags you're lo...
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...hat I think matters):
>
> >     -march=mips32r2
> >     -mtune=4kem
> >     -msoft-float
> >     -EL
> >
> >     -Xclang -triple -Xclang mipsel-sde-elf
> >     -Xclang -mrelocation-model -Xclang static
> >
> >     -Xclang -mllvm -Xclang -mips-ssection-threshold=0
> >     -Xclang -mllvm -Xclang -enable-mips-delay-filler
> >
> >     -Xassembler -G -Xassembler 0 -g
> >
> >     -funsigned-char
> >     -fshort-wchar
> >     -fno-zero-initialized-in-bss
> >     -fasynchronous-unwind-tables
> >...
2012 Aug 16
3
[LLVMdev] MIPS & GP register
...ote:
>>>    -march=mips32r2
>>>    -mtune=4kem
>>>    -msoft-float
>>>    -EL
>>> 
>>>    -Xclang -triple -Xclang mipsel-sde-elf
>>>    -Xclang -mrelocation-model -Xclang static
>>> 
>>>    -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>>>    -Xclang -mllvm -Xclang -enable-mips-delay-filler
> 
> We generally try to discourage people from using -Xclang flags
> wherever possible; they're really implementation details, and
> considered an unstable interface.
> 
> For the triple and relocati...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...at I think matters):
> 
> >     -march=mips32r2
> >     -mtune=4kem
> >     -msoft-float
> >     -EL
> >
> >     -Xclang -triple -Xclang mipsel-sde-elf
> >     -Xclang -mrelocation-model -Xclang static
> >
> >     -Xclang -mllvm -Xclang -mips-ssection-threshold=0
> >     -Xclang -mllvm -Xclang -enable-mips-delay-filler
> >
> >     -Xassembler -G -Xassembler 0 -g
> >
> >     -funsigned-char
> >     -fshort-wchar
> >     -fno-zero-initialized-in-bss
> >     -fasynchronous-unwind-tables
> >...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
...ps32r2
>>>>    -mtune=4kem
>>>>    -msoft-float
>>>>    -EL
>>>>
>>>>    -Xclang -triple -Xclang mipsel-sde-elf
>>>>    -Xclang -mrelocation-model -Xclang static
>>>>
>>>>    -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>>>>    -Xclang -mllvm -Xclang -enable-mips-delay-filler
>>
>> We generally try to discourage people from using -Xclang flags
>> wherever possible; they're really implementation details, and
>> considered an unstable interface.
>>
>> F...