[LLVMdev] -mcpu=help doesn't seem to work?

John Myers atomicdog.jwm at gmail.com
Mon Feb 15 17:27:52 PST 2010


It needs dev/null (or NUL on windows) as the input.

llc -mtriple=avr-atmel-unknown -mcpu=help < dev/null

On 2/15/10, Russell Wallace <russell.wallace at gmail.com> wrote:
> llc -mcpu=help doesn't print any output, just tries to silently read
> from standard input. Am I doing something wrong?
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list