aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/clang.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/clang.ts')
-rw-r--r--lib/compilers/clang.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/clang.ts b/lib/compilers/clang.ts
index c9fdcf70f..be047c9ef 100644
--- a/lib/compilers/clang.ts
+++ b/lib/compilers/clang.ts
@@ -101,6 +101,7 @@ export class ClangCompiler extends BaseCompiler {
if (this.asanSymbolizerPath) {
executeParameters.env = {
ASAN_SYMBOLIZER_PATH: this.asanSymbolizerPath,
+ MSAN_SYMBOLIZER_PATH: this.asanSymbolizerPath,
...executeParameters.env,
};
}