[all-commits] [llvm/llvm-project] 38639a: [BOLT][NFCI] Migrate Linux Kernel handling code to...
maksfb via All-commits
all-commits at lists.llvm.org
Thu Jul 6 11:28:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38639a8159b2f2cf0913bfeb42b2c14da1500c1e
https://github.com/llvm/llvm-project/commit/38639a8159b2f2cf0913bfeb42b2c14da1500c1e
Author: Maksim Panchenko <maks at fb.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M bolt/include/bolt/Core/BinaryContext.h
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/include/bolt/Core/BinarySection.h
M bolt/include/bolt/Rewrite/MetadataRewriters.h
M bolt/include/bolt/Rewrite/RewriteInstance.h
M bolt/lib/Core/BinaryFunction.cpp
M bolt/lib/Rewrite/CMakeLists.txt
A bolt/lib/Rewrite/LinuxKernelRewriter.cpp
M bolt/lib/Rewrite/RewriteInstance.cpp
Log Message:
-----------
[BOLT][NFCI] Migrate Linux Kernel handling code to MetadataRewriter
Create LinuxKernelRewriter and move kernel-specific code to this class.
Depends on D154023
Reviewed By: Amir
Differential Revision: https://reviews.llvm.org/D154024
More information about the All-commits
mailing list