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

Xiaochu Liu via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 11 13:52:11 PDT 2016


Hi there,

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?

Thanks,
Xiaochu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160811/57bdb467/attachment.html>


More information about the llvm-dev mailing list