[all-commits] [llvm/llvm-project] 65bc9c: [compiler-rt] Fix __sanitizer_cpuset size on newer...
Marco Elver via All-commits
all-commits at lists.llvm.org
Thu Jul 6 03:35:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65bc9c3666092785456570c6343ee9a25ac68613
https://github.com/llvm/llvm-project/commit/65bc9c3666092785456570c6343ee9a25ac68613
Author: Marco Elver <elver at google.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
Log Message:
-----------
[compiler-rt] Fix __sanitizer_cpuset size on newer FreeBSD
Current FreeBSD has increased size of cpuset. Match it to not break the
build on newer FreeBSD.
Patch by John F. Carr
Fixes: https://github.com/llvm/llvm-project/issues/63485
More information about the All-commits
mailing list