[all-commits] [llvm/llvm-project] cf6d7d: Fix "[compiler-rt] Allow 3 simultaneous intercepto...
Marco Elver via All-commits
all-commits at lists.llvm.org
Fri Jun 9 05:36:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf6d7d5f6df9d9dcaeca78d5f4be735ea74651b0
https://github.com/llvm/llvm-project/commit/cf6d7d5f6df9d9dcaeca78d5f4be735ea74651b0
Author: Marco Elver <elver at google.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_asm.h
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
Log Message:
-----------
Fix "[compiler-rt] Allow 3 simultaneous interceptors on Linux"
Build bots have been failing with:
/usr/bin/ld: read-only segment has dynamic relocations
Remove support for interceptor trampoline on s390, and revert new
implementation of __tls_get_offset.
More information about the All-commits
mailing list