Bug 1851555: Add line for PATH env var to Windows ASan build instructions mozconfig. r=glandium DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D187582
This commit is contained in:
Bob Owen 2023-09-12 11:54:07 +00:00
Родитель 6cee752c49
Коммит a25c682e3b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -100,6 +100,7 @@ Run ``mach bootstrap`` to get an updated clang-cl in your
export LDFLAGS="clang_rt.asan_dynamic-x86_64.lib clang_rt.asan_dynamic_runtime_thunk-x86_64.lib"
CLANG_LIB_DIR="$(cd ~/.mozbuild/clang/lib/clang/*/lib/windows && pwd)"
export MOZ_CLANG_RT_ASAN_LIB_PATH="${CLANG_LIB_DIR}/clang_rt.asan_dynamic-x86_64.dll"
export PATH=$CLANG_LIB_DIR:$PATH
If you launch an ASan build under WinDbg, you may see spurious
first-chance Access Violation exceptions. These come from ASan creating