File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
zorg/buildbot/builders/sanitizers Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ function build_stage2 {
295
295
fsanitize_flag=" -fsanitize=memory -fsanitize-memory-track-origins"
296
296
elif [ " $sanitizer_name " == " asan" ]; then
297
297
export ASAN_SYMBOLIZER_PATH=" ${llvm_symbolizer_path} "
298
+ # TODO strict_init_order=true
298
299
export ASAN_OPTIONS=" check_initialization_order=true"
299
300
export ASAN_OPTIONS+=" :log_path=${log_path} :log_exe_name=1"
300
301
llvm_use_sanitizer=" Address"
@@ -316,6 +317,7 @@ function build_stage2 {
316
317
# recursion.
317
318
fno_sanitize_flag+=" -fno-sanitize=vptr"
318
319
elif [ " $sanitizer_name " == " asan_ubsan" ]; then
320
+ # TODO strict_init_order=true
319
321
export ASAN_SYMBOLIZER_PATH=" ${llvm_symbolizer_path} "
320
322
export ASAN_OPTIONS=" check_initialization_order=true"
321
323
export ASAN_OPTIONS+=" :log_path=${log_path} :log_exe_name=1"
You can’t perform that action at this time.
0 commit comments