[libcxx-dev] libcxx on windows without vcruntime

Eric Fiselier via libcxx-dev libcxx-dev at lists.llvm.org
Tue May 5 19:14:08 PDT 2020


It's always helpful to provide the full output from the failing command.

On Fri, Apr 17, 2020 at 12:52 PM Rupesh gautam via libcxx-dev <
libcxx-dev at lists.llvm.org> wrote:

> Hi,
>
> I am trying to compile libcxx (master branch) on windows without vcruntime
> but it always result in redefinition errors.
>
> my make command is
>
> cmake -G Ninja -DLLVM_PATH=.. -DCMAKE_BUILD_TYPE=Release
> -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
> -DLIBCXX_NO_VCRUNTIME=1 -DCMAKE_CXX_SIMULATE_VERSION=19.25
> -DLIBCXX_CXX_ABI:STRING=libcxxabi -DCMAKE_INSTALL_PREFIX=D:\llvm_local
> ..\..\libcxx
>
>
> Can anyone guide me how to compile it? I do not want to use vcruntime.
>
> Regards,
> R
> _______________________________________________
> libcxx-dev mailing list
> libcxx-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20200505/ce6d2ebb/attachment.html>


More information about the libcxx-dev mailing list