[LLVMdev] llc: for the -march option: : Cannot find option named 'c'!
Johan Cockx
johan at sikanda.be
Tue Nov 18 05:50:42 PST 2008
Is any specific configuration needed to use the -march=c option to llc? I
am getting an error:
$ llc -march=c hello.bc
llc: for the -march option: : Cannot find option named 'c'!
$ llc --version
Low Level Virtual Machine (http://llvm.org/):
llvm version 2.4
Optimized build with assertions.
I have used configure --enable-targets=host-only. I tried
--enable-targets=x86_64,c but got "configure: error: Unrecognized target c".
--Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081118/743aed74/attachment.html>
More information about the llvm-dev
mailing list