[all-commits] [llvm/llvm-project] 9ab6d3: [rtsan][clang] Add Hexagon support for RTSan (#200...
Brian Cain via All-commits
all-commits at lists.llvm.org
Mon Jun 8 18:34:17 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ab6d33bc4d30bce9de62e2d96e0f3427ae0eddf
https://github.com/llvm/llvm-project/commit/9ab6d33bc4d30bce9de62e2d96e0f3427ae0eddf
Author: Brian Cain <brian.cain at oss.qualcomm.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M clang/test/Driver/fsanitize-realtime.c
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/lib/rtsan/rtsan_interceptors_posix.cpp
M compiler-rt/test/rtsan/lit.cfg.py
Log Message:
-----------
[rtsan][clang] Add Hexagon support for RTSan (#200313)
Enable RTSan for the Hexagon architecture.
* Add Hexagon to ALL_RTSAN_SUPPORTED_ARCH in cmake
* Add a clang driver test for hexagon-unknown-linux-musl
* Guarding a static_assert(sizeof(unsigned long) >= sizeof(off_t)) with
SANITIZER_WORDSIZE >= 64, since off_t syscall args are split into two
regs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list