diff options
author | Douglas <Douglas.Gliner@sony.com> | 2025-06-20 08:13:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-20 08:13:48 -0700 |
commit | 71e20c6c86e04863df80e286a004a20070a5a610 (patch) | |
tree | 909dea37e7d5232ddc3f2e33ad4b0e799a14b4a9 /clang/lib/AST/ByteCode/Program.cpp | |
parent | 05b4bfe19eaba13b4fdf39fc5541077c255b8e3f (diff) | |
download | llvm-71e20c6c86e04863df80e286a004a20070a5a610.zip llvm-71e20c6c86e04863df80e286a004a20070a5a610.tar.gz llvm-71e20c6c86e04863df80e286a004a20070a5a610.tar.bz2 |
Fix references to required libraries when building LLVM with ASAN and MultiThreaded[Debug] on Windows (#139657)
After https://github.com/llvm/llvm-project/pull/81677, statically
linking ASAN under Windows is no longer supported. Therefore, when using
Clang built past
https://github.com/llvm/llvm-project/commit/53a81d4d26f0409de8a0655d7af90f2bea222a12
to build LLVM / Clang with
`-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded[Debug]
-DLLVM_USE_SANITIZER=Address`, a different set of dependent libraries
must be linked. This is mentioned in the description of
https://github.com/llvm/llvm-project/pull/81677 and also in
https://devblogs.microsoft.com/cppblog/msvc-address-sanitizer-one-dll-for-all-runtime-configurations/.
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.cpp')
0 files changed, 0 insertions, 0 deletions