[all-commits] [llvm/llvm-project] c6731d: [BOLT][runtime] Add start & fini symbols (#68505)
Vladislav Khmelevsky via All-commits
all-commits at lists.llvm.org
Tue Oct 10 02:27:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6731d3857fad715603008816549bdadeeef788d
https://github.com/llvm/llvm-project/commit/c6731d3857fad715603008816549bdadeeef788d
Author: Vladislav Khmelevsky <och95 at yandex.ru>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M bolt/lib/Rewrite/RewriteInstance.cpp
Log Message:
-----------
[BOLT][runtime] Add start & fini symbols (#68505)
Add absent start & fini symbols, currently setted by bolt for runtime
libraries at DT_INIT and DT_FINI. The proper tests would be added by the
https://github.com/llvm/llvm-project/pull/67348 PR.
More information about the All-commits
mailing list