This file will contain s390-specific code. For now, let's move the s390
version of internal_mmap here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks, I like this better. Added 2 comments.
lib/sanitizer_common/sanitizer_linux.cc | ||
---|---|---|
127 ↗ | (On Diff #53935) | add // not s390 |
lib/sanitizer_common/sanitizer_linux_s390.cc | ||
17 ↗ | (On Diff #53935) | I would prefer you if can define SANITIZER_S390 (or some such), similar to SANITIZER_MIPS |