[all-commits] [llvm/llvm-project] a672ef: [BOLT][NFC] Clarify requirement of PLTCall pass
Gergely Bálint via All-commits
all-commits at lists.llvm.org
Mon Oct 20 09:31:37 PDT 2025
Branch: refs/heads/users/bgergely0/bolt-clarify-pltcall-znow
Home: https://github.com/llvm/llvm-project
Commit: a672ef9cc218a84d9fa27aec746f9cdea4da2468
https://github.com/llvm/llvm-project/commit/a672ef9cc218a84d9fa27aec746f9cdea4da2468
Author: Gergely Balint <gergely.balint at arm.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M bolt/lib/Passes/PLTCall.cpp
Log Message:
-----------
[BOLT][NFC] Clarify requirement of PLTCall pass
PLTCall does not depend on linking the input with -znow: it sets the
DF_BIND_NOW and/or DF_1_NOW tags for the output binary.
The requirement is that the input contains either FLAGS or FLAGS_1
dynamic entries.
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