[llvm-dev] Invoke clang options in clang-cl.

Xiaochu Liu via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 11 14:07:20 PDT 2016


Thanks!

On Aug 11, 2016 2:02 PM, "Hans Wennborg" <hans at chromium.org> wrote:

> On Thu, Aug 11, 2016 at 1:52 PM, Xiaochu Liu via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > I'm trying to invoke options in clang-cl.
> >
> > Clang-cl -xclang -fvectorize test.cpp
> >
> > But it shows unknown argument: -fvectorize.
> >
> > I checked options.td and -xclang and -fvectorize options are there.
> >
> > Is there anyway we can change clang to support vector options?
>
> The clang-cl spelling of -fvectorize is /Qvec
>
> Cheers,
> Hans
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160811/bc8c4f30/attachment.html>


More information about the llvm-dev mailing list