diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-10-13 12:19:21 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-14 09:22:08 -0700 |
| commit | 7bae4ed773f9ecca1e0e737461bf5e5aabb68812 (patch) | |
| tree | 32be5d2dca8ec5302d04ecc80bf31cd6a4cc9f03 /docs | |
| parent | 5cc1ee7f90da50f40a3263f9e63d9e356dda197c (diff) | |
| download | meson-7bae4ed773f9ecca1e0e737461bf5e5aabb68812.tar.gz | |
compilers: clang: pass /nodefaultlib
Work around https://github.com/llvm/llvm-project/issues/129881.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/snippets/b_msvcrt_clang.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
