https://bugs.llvm.org/show_bug.cgi?id=51542

Eli Friedman <efrie...@quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #4 from Eli Friedman <efrie...@quicinc.com> ---
(In reply to Pavel Morozkin from comment #3)
> @Eli Friedman
> 1. Ok, if the issue is in the Microsoft's C runtime, then close the issue
> with "not a problem".

Okay, closing.

> 2. Is it possible for "clang on Windows" to switch from Microsoft's C
> runtime to other runtime? If so, how?
> 3. Extra: why "clang on Windows" uses Microsoft's C runtime and not other
> runtime?

clang basically has three Windows targets: x86_64-windows-msvc (Microsoft SDK),
x86_64-windows-gnu (MinGW SDK, which uses the Microsoft C library), and
x86_64-windows-cygnus (Cygwin). You can switch between this with the --target
flag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to