[PATCH] D44578: [sanitizer] WIP Separate Coverage & Symbolizer from core RTSanitizerCommon

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 14:03:12 PDT 2018


cryptoad added inline comments.


================
Comment at: lib/sanitizer_common/CMakeLists.txt:34
   sanitizer_solaris.cc
-  sanitizer_stackdepot.cc
-  sanitizer_stacktrace.cc
   sanitizer_stacktrace_printer.cc
   sanitizer_stoptheworld_mac.cc
----------------
This one has to stay for safestack, even though it's not pulling anything from the other symbolizer .cc.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44578





More information about the llvm-commits mailing list