Displaying 1 result from an estimated 1 matches for "00ab397f".
2010 Mar 16
2
[LLVMdev] how to configure llc to generate code for different architecture
I tried llc with -mcpu=help and it dosn't list Sparc. Thanks.
--Gang
On Tue, Mar 16, 2010 at 12:43 PM, Sergey Yakoushkin <
sergey.yakoushkin at gmail.com> wrote:
> Hi,
>
> Target architecture for llc can be specified using -march, -mcpu,
> -mattr options.
>
> Is it possible to override target CPU attributes when using llvm-gcc
> compiler?
>
> Regards,
>