Create LinuxKernelRewriter and move kernel-specific code to this class.
Depends on D154023
Paths
| Differential D154024
[BOLT][NFCI] Migrate Linux Kernel handling code to MetadataRewriter ClosedPublic Authored by maksfb on Jun 28 2023, 5:11 PM.
Details
Diff Detail
Event Timelinemaksfb retitled this revision from [BOLT][NFCI] Migrate Linux Kernel handling code to Rewriter interface to [BOLT][NFCI] Migrate Linux Kernel handling code to MetadataRewriter. Comment ActionsRebase. This revision is now accepted and ready to land.Jul 6 2023, 10:32 AM This revision was landed with ongoing or failed builds.Jul 6 2023, 11:28 AM Closed by commit rG38639a8159b2: [BOLT][NFCI] Migrate Linux Kernel handling code to MetadataRewriter (authored by maksfb). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 537816 bolt/include/bolt/Core/BinaryContext.h
bolt/include/bolt/Core/BinaryFunction.h
bolt/include/bolt/Core/BinarySection.h
bolt/include/bolt/Rewrite/MetadataRewriters.h
bolt/include/bolt/Rewrite/RewriteInstance.h
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Rewrite/CMakeLists.txt
bolt/lib/Rewrite/LinuxKernelRewriter.cpp
bolt/lib/Rewrite/RewriteInstance.cpp
|