Skip to content

Commit 3a9164c

Browse files
committed
fix llvm-symbolizer path
1 parent 49a55e0 commit 3a9164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/compile-unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fi
132132
export UBSAN_OPTIONS="print_stacktrace=1 abort_on_error=1"
133133
# AddressSanitizer configuration
134134
export ASAN_OPTIONS="detect_leaks=1 abort_on_error=1 symbolize=1"
135-
export ASAN_SYMBOLIZER_PATH="/usr/lib/llvm-3.4/bin/llvm-symbolizer"
135+
export ASAN_SYMBOLIZER_PATH="/opt/mongodbtoolchain/v3/bin/llvm-symbolizer"
136136

137137
case "$MARCH" in
138138
i386)

0 commit comments

Comments
 (0)