[PATCH] D36314: Add NetBSD support in sanitizer_unwind_linux_libcdep.cc

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 5 04:45:12 PDT 2017


krytarowski added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc:11
 // This file contains the unwind.h-based (aka "slow") stack unwinding routines
-// available to the tools on Linux, Android, and FreeBSD.
+// available to the tools on Linux, Android, NetBSD and FreeBSD.
 //===----------------------------------------------------------------------===//
----------------
vitalybuka wrote:
> Same about commend as in D35553
I'm not sure what does this comment mean. If we can improve it, we can do it later. I will push this change as it is.

There will certainly come OpenBSD at some point and they will reuse the same files.


Repository:
  rL LLVM

https://reviews.llvm.org/D36314





More information about the llvm-commits mailing list