[PATCH] D45457: [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 13 14:59:07 PDT 2018
vitalybuka added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_symbolizer_report.cc:20
+#include "sanitizer_report_decorator.h"
+#include "sanitizer_stacktrace.h"
+#include "sanitizer_stacktrace_printer.h"
----------------
most of this code was in _libcdep.cc
now its in the file without prefix, so in common file
could this be a problem?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D45457
More information about the llvm-commits
mailing list