diff options
author | Jon Chesterfield <jon@spectralcompute.co.uk> | 2025-10-02 21:15:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-02 16:15:48 -0400 |
commit | 0ebd4334021e7579bfba7a92b692e0e4ece56cb9 (patch) | |
tree | 7c5f85510715a7298321dd14f52472e84e8dff4e /compiler-rt/lib/xray/xray_interface_internal.h | |
parent | a2b6602aa46827cd0a3a379980dfbe1688f4049e (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
Make the test for when additional variables can be added to the struct
allocated at address zero more stringent. Previously, variables can be
added to it (for faster access) even when that increases the lds
requested by a kernel. This corrects that oversight.
Test case diff shows the change from all variables being allocated into
the module lds to only some being, in particular the introduction of
uses of the offset table and that some kernels now use less lds than
before.
Alternative to PR 160181
Diffstat (limited to 'compiler-rt/lib/xray/xray_interface_internal.h')
0 files changed, 0 insertions, 0 deletions