[PATCH] D37657: [ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with other sanitizers
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 14:18:07 PDT 2017
vitalybuka marked an inline comment as done.
vitalybuka added inline comments.
================
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)
----------------
eugenis wrote:
> wait, what's this?
rebase was done incorrectly.
https://reviews.llvm.org/D37657
More information about the llvm-commits
mailing list