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

Russell Wallace russell.wallace at gmail.com
Mon Feb 15 16:30:49 PST 2010


Yes, you're right; that's actually just an issue with llc, not with
the underlying library code; programs linked with the library that
provides this help output, correctly produce the output without
requiring an input file. Thanks!

On Tue, Feb 16, 2010 at 12:27 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Feb 15, 2010, at 4:20 PM, Russell Wallace wrote:
>
>> llc -mcpu=help doesn't print any output, just tries to silently read
>> from standard input. Am I doing something wrong?
>
> Annoyingly enough, you have to give it a bc file as input as well.
>



More information about the llvm-dev mailing list