[PATCH] D55386: [Sanitizer] Separate FreeBSD interception data structures

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 7 00:20:18 PST 2018


devnexen marked an inline comment as done.
devnexen added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc:80
+# if defined(__mips64) || defined(__aarch64__) || defined(__arm__)
+#  include <asm/ptrace.h>
+#  ifdef __arm__
----------------
krytarowski wrote:
> Is this a valid FreeBSD header?
Nope this is Linux specific.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55386/new/

https://reviews.llvm.org/D55386





More information about the llvm-commits mailing list