How to build visual studio project with clang-cl.exe and link libstdc++?

219 views Asked by At

I want to compile my vs project with clang-cl.exe in visual studio and use standard c++ library like libc++ or libstdc++. It seems that libc++ is not supported on Windows platform. Is there a right way to compile with clang-cl.exe and link standard c++ library?

Or do I have to use msvc and Windows c++ library?

0

There are 0 answers