[PATCH] D44799: [sanitizer] Split stacktrace/symbolizer: Windows unwind

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 17:07:44 PDT 2018


alekseyshl added inline comments.


================
Comment at: lib/sanitizer_common/CMakeLists.txt:75
+  sanitizer_unwind_linux_libcdep.cc
+  sanitizer_unwind_win.cc)
 
----------------
Why is it here and not handled as other Windows specific files in "if(WIN32)" below? Too much hassle?


https://reviews.llvm.org/D44799





More information about the llvm-commits mailing list