[PATCH] D129974: [BOLT] Support split function in stripped binaries

Huan Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 12:43:22 PDT 2022


nhuhuan updated this revision to Diff 445602.
nhuhuan added a comment.

Based on top of D130034 <https://reviews.llvm.org/D130034> and D130036 <https://reviews.llvm.org/D130036>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129974/new/

https://reviews.llvm.org/D129974

Files:
  bolt/include/bolt/Core/BinaryContext.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/Exceptions.h
  bolt/lib/Core/BinaryContext.cpp
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Core/Exceptions.cpp
  bolt/lib/Passes/SplitFunctions.cpp
  bolt/lib/Rewrite/RewriteInstance.cpp
  bolt/test/X86/false-jump-table.s
  bolt/test/X86/jump-table-move-pic.s
  bolt/test/X86/split-func-jump-table-fragment-noparent.s
  bolt/test/X86/split-func-jump-table-fragment.s
  bolt/test/X86/split-landing-pad.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129974.445602.patch
Type: text/x-patch
Size: 35971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220718/7be3c323/attachment.bin>


More information about the llvm-commits mailing list