Skip to content
Commit 365bd1f1 authored by Maksim Panchenko's avatar Maksim Panchenko
Browse files

[BOLT] For non-simple functions always update jump tables in-place

Summary:
For non-simple function we can miss a reference to a jump table or
to an indirect goto table. If we move the jump table, the missed
reference will not get updated, and the corresponding indirect jump
will end up in the old (wrong) location. Updating the original jump
table in-place should take care of the issue.

(cherry picked from FBD13849776)
parent af81c7ff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment