From 7bae4ed773f9ecca1e0e737461bf5e5aabb68812 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 13 Oct 2025 12:19:21 +0200 Subject: compilers: clang: pass /nodefaultlib Work around https://github.com/llvm/llvm-project/issues/129881. Signed-off-by: Paolo Bonzini --- docs/markdown/snippets/b_msvcrt_clang.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/markdown/snippets/b_msvcrt_clang.md b/docs/markdown/snippets/b_msvcrt_clang.md index 2a509bda6..ab381f9c5 100644 --- a/docs/markdown/snippets/b_msvcrt_clang.md +++ b/docs/markdown/snippets/b_msvcrt_clang.md @@ -2,3 +2,5 @@ `-Db_msvcrt` will now link the appropriate runtime library, and set the appropriate preprocessor symbols, also when the compiler is clang. +This is only supported when using `link.exe` or `lld-link.exe` as the +linker. -- cgit v1.2.3