[llvm-dev] Generation of IR for MyTarget

Varun Patil via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 23 20:44:02 PST 2016


please help me guys




Thanks and Regards
Varun

On Wed, Nov 23, 2016 at 5:26 PM, Varun Patil <varun.patil40 at gmail.com>
wrote:

> Hi Developers,
>
> I have written C program and want to generate IR file for Specific Target
> I have tried with following command but got a error as follows,
> COMMAND:
> *clang -S -emit-llvm -march=leg ~/llc-test-examples/ex9.c -o
> ~/llc-test-examples/ex9.ll*
> ERROR:
>
> *error: unknown target CPU 'leg'*
> So any please help me what all other step should I do previously to get my
> *leg* target in clang. So that i can use -march=leg option in this
> command.
>
> Thanks and Regards
> Varun
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161124/82b854f3/attachment.html>


More information about the llvm-dev mailing list