diff options
author | Pierre Gousseau <pierre.gousseau@sony.com> | 2022-02-02 10:54:22 +0000 |
---|---|---|
committer | Pierre Gousseau <pierre.gousseau@sony.com> | 2022-02-02 10:59:32 +0000 |
commit | 83b74544c658ad8cc8db721d2796586c0736dd38 (patch) | |
tree | 9c5876b27e004f0a1ded4fadbe6cf2c48eaed60a /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | 513ba61ca1a2934fb0ec0483fd03302b3ab14f6b (diff) | |
download | llvm-83b74544c658ad8cc8db721d2796586c0736dd38.zip llvm-83b74544c658ad8cc8db721d2796586c0736dd38.tar.gz llvm-83b74544c658ad8cc8db721d2796586c0736dd38.tar.bz2 |
[MSVC] Workaround missing search path for sanitizer headers.
This is to fix build errors "Cannot open include file:
'sanitizer/asan_interface.h'" when building LLVM with MSVC and
LLVM_USE_SANITIZER=Address.
asan_interface.h is not available in MSVC's search path, instead it is
located under %VCToolsInstallDir%/crt/src/sanitizer.
This is an alternate solution to https://reviews.llvm.org/D118159, to
avoid adding all internal crt sources to the header search paths.
Tested with visual studio 2019 v16.9.6 and visual studio 2022 v17.0.5
Reviewed By: aaron.ballman, rnk
Differential Revision: https://reviews.llvm.org/D118624
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions