[PATCH] D73976: [compiler-rt] fix NetBSD and FreeBSD build with sigaltstack interception
Igor Sugak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 15:09:52 PST 2020
sugak added a comment.
Looks like FreeBSD was also fixed in:
commit 8a1f4feb1b749529ef2349bb7879a38b8d31f5f5
Author: Dimitry Andric <dimitry at andric.com>
Date: Tue Feb 4 22:50:05 2020 +0100
[compiler-rt] Fix sanitizer_common build for FreeBSD
This was broken by 28c91219c7e2, which added `struct_stack_t_sz` only to
sanitizer_platform_limits_posix.{cpp,h}.
@eugenis what do you suggest we do with the remaining changes that affect solaris and OpenBSD?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73976/new/
https://reviews.llvm.org/D73976
More information about the llvm-commits
mailing list