[all-commits] [llvm/llvm-project] 5bd38a: [ELF] Fix split-stack caller with hidden non-split...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jan 19 12:25:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bd38a2826b1360ff41c293bcc6cdec8b596810b
https://github.com/llvm/llvm-project/commit/5bd38a2826b1360ff41c293bcc6cdec8b596810b
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M lld/ELF/InputSection.cpp
M lld/test/ELF/Inputs/x86-64-split-stack-main.s
M lld/test/ELF/x86-64-split-stack-prologue-adjust-success.s
Log Message:
-----------
[ELF] Fix split-stack caller with hidden non-split-stack callee
Fix a regression after aabe901d57d6df4cd2786163359a7b2a7aae8c32 (`[ELF] Remove
one redundant computeBinding`): isLocal() does not indicate that the symbol is
originally local. For simplicity, just drop this optimization.
More information about the All-commits
mailing list