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

Hans Wennborg via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 11 14:02:04 PDT 2016


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


More information about the llvm-dev mailing list