[PATCH] D37657: [ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with other sanitizers
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 13:34:55 PDT 2017
eugenis requested changes to this revision.
eugenis added inline comments.
This revision now requires changes to proceed.
================
Comment at: compiler-rt/test/sanitizer_common/CMakeLists.txt:13
+ # list(APPEND SUPPORTED_TOOLS msan)
+ # list(APPEND SUPPORTED_TOOLS lsan)
list(APPEND SUPPORTED_TOOLS ubsan)
----------------
wait, what's this?
https://reviews.llvm.org/D37657
More information about the llvm-commits
mailing list