[all-commits] [llvm/llvm-project] c61dcb: [compiler-rt] fix build on Illumos
David CARLIER via All-commits
all-commits at lists.llvm.org
Wed Jul 22 07:20:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c61dcb8f623e5d289164f44c086867d0b052b1e5
https://github.com/llvm/llvm-project/commit/c61dcb8f623e5d289164f44c086867d0b052b1e5
Author: David Carlier <devnexen at gmail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
Log Message:
-----------
[compiler-rt] fix build on Illumos
- there are additional fields for glob_t struct, thus size check is failing.
- to access old mman.h api based on caddr_t, _XOPEN_SOURCE needs to be not defined
thus we provide the prototype.
- prxmap_t constified.
Reviewers: ro, eugenis
Reviewed-By: ro
Differential Revision: https://reviews.llvm.org/D84046
More information about the All-commits
mailing list