Issue 53004
Summary How to use clang-cl with libc++
Labels
Assignees
Reporter tumagonx
    clang: 10.0.1
windows: XP SP3 32-bit
MS CRT: VCRuntime 2019 16.7, UCRT 10.1.18362.1
step to reproduce: `clang-cl -stdlib=libc++ -fms-compatibility-version=19.27 test.cpp`
result: `clang-cl: warning: unknown argument ignored in clang-cl: '-stdlib=libc++' [-Wunknown-argument]`
reference: https://releases.llvm.org/5.0.0/projects/libcxx/docs/UsingLibcxx.html

I want to bootstrap clang with clang+libc++ in msvc ABI mode (I could do this with gnu ABI mode).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to