[all-commits] [llvm/llvm-project] 5886a2: [tsan][riscv] correct Go race detector mapping for...
Joel Sing via All-commits
all-commits at lists.llvm.org
Mon Aug 25 11:16:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5886a276ed24c2cd936e602441365bb0bbe5ef40
https://github.com/llvm/llvm-project/commit/5886a276ed24c2cd936e602441365bb0bbe5ef40
Author: Joel Sing <joel at sing.id.au>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform.h
Log Message:
-----------
[tsan][riscv] correct Go race detector mapping for RISC-V sv48 VMA (#154700)
The executable and heap range for RISC-V sv48 VMA is supposed to end at
0xe000000000, rather than 0x0e00000000 as currently configured.
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