[PATCH] D154024: [BOLT][NFCI] Migrate Linux Kernel handling code to Rewriter interface

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 17:11:40 PDT 2023


maksfb created this revision.
maksfb added reviewers: Elvina, treapster, jobnoorman, yota9, Amir, ayermolo, rafauler.
Herald added a project: All.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Create LinuxKernelRewriter and move kernel-specific code to this class.

Depends on D154023 <https://reviews.llvm.org/D154023>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154024

Files:
  bolt/include/bolt/Core/BinaryContext.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/BinarySection.h
  bolt/include/bolt/Rewrite/RewriteInstance.h
  bolt/include/bolt/Rewrite/Rewriters.h
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Rewrite/CMakeLists.txt
  bolt/lib/Rewrite/LinuxKernelRewriter.cpp
  bolt/lib/Rewrite/RewriteInstance.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154024.535572.patch
Type: text/x-patch
Size: 33720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230629/50eb7f62/attachment.bin>


More information about the llvm-commits mailing list