[LLVMdev] Passing arguments to opt via clang

Tobias Grosser tobias at grosser.es
Sun Mar 4 05:48:20 PST 2012


On 03/04/2012 02:32 PM, Harel Cain wrote:
> Thanks, but I'm not sure I understand. I see no such flag in clang 2.9
> nor couldn't I find any mention of it. What does it do?

It's called -mllvm.

You can use it like this.

clang -mllvm -vectorize ...

Cheers
Tobi



More information about the llvm-dev mailing list