[all-commits] [llvm/llvm-project] b59cf2: [BOLT] Don't choke on injected functions' IO map
Rafael Auler via All-commits
all-commits at lists.llvm.org
Thu Aug 24 12:03:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b59cf211a0965b91ce399aa79442819dfb14657a
https://github.com/llvm/llvm-project/commit/b59cf211a0965b91ce399aa79442819dfb14657a
Author: Rafael Auler <rafaelauler at fb.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M bolt/lib/Core/BinaryFunction.cpp
A bolt/test/X86/patch-entries.c
Log Message:
-----------
[BOLT] Don't choke on injected functions' IO map
AddressMap would fail lookup for injected functions and crash
BOLT. Fix that.
Reviewed By: #bolt, maksfb, jobnoorman
Differential Revision: https://reviews.llvm.org/D158685
More information about the All-commits
mailing list