[all-commits] [llvm/llvm-project] 9cd218: [BOLT] Refactor BOLT reserved space discovery (#90...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Thu May 2 13:17:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cd218e4270c3e0e68d8fed0aa8401a4925e0f52
https://github.com/llvm/llvm-project/commit/9cd218e4270c3e0e68d8fed0aa8401a4925e0f52
Author: Maksim Panchenko <maks at fb.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M bolt/include/bolt/Rewrite/RewriteInstance.h
M bolt/lib/Rewrite/RewriteInstance.cpp
Log Message:
-----------
[BOLT] Refactor BOLT reserved space discovery (#90893)
Move code that checks for __bolt_reserved_{start,end} into a new
discoverBOLTReserved() function and call it from discoverFileObjects()
so that the reserved space info is accessible to passes. NFC for the
current set of binaries.
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