search for: link_command_spec

Displaying 2 results from an estimated 2 matches for "link_command_spec".

2009 Oct 05
0
[LLVMdev] getting gold plugin to work?
> If we can decide the way we want the options passed, I can take a stab > at it (or more likely Viktor will). The linker has a -plugin-opt option. You probably do something like -fplugin-opt=-mcpu= > I'd expect that gold will need an option that tells it that some > following option or options are to be passed to the plugin. The plugin > API will need to pass these flags
2009 Oct 05
4
[LLVMdev] getting gold plugin to work?
On Mon, Oct 5, 2009 at 8:04 PM, Rafael Espindola <espindola at google.com> wrote: >> I have no idea how to reduce this. >> >> Configure llvm-gcc for "arm-eabi" and use "--with-cpu=cortex-a8 >> --with-fpu=neon --with-abi=aapcs --with-float=hard". The triple in the >> bitcode will be "armv7-eabi" but the actual CPU subtarget won't