[llvm-dev] Building For x64 Windows using LLVM

Zachary Turner via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 10 18:46:27 PDT 2019


You can typically copy and paste a cl command line and it will work, and
clang-cl accepts dashes or slashes, so yes

On Thu, Oct 10, 2019 at 3:16 PM Osman Zakir via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Okay, so I can use -std:c++17 with clang-cl.exe?  I guess it was adopted
> from /std:c++17 which the regular cl.exe uses.
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191010/f3443746/attachment.html>


More information about the llvm-dev mailing list