[PATCH] D44799: [sanitizer] Split stacktrace/symbolizer: Windows unwind
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 23 08:24:12 PDT 2018
cryptoad added inline comments.
================
Comment at: lib/sanitizer_common/CMakeLists.txt:75
+ sanitizer_unwind_linux_libcdep.cc
+ sanitizer_unwind_win.cc)
----------------
alekseyshl wrote:
> Why is it here and not handled as other Windows specific files in "if(WIN32)" below? Too much hassle?
As of now it's a temporary placement.
All stacktrace/symbolzier related files once it's all split will be in SANITIZER_SYMBOLIZE_SOURCES (or equivalent).
https://reviews.llvm.org/D44799
More information about the llvm-commits
mailing list