[llvm] [BOLT] Add split function support for the Linux kernel (PR #90541)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 10:50:19 PDT 2024
================
@@ -248,6 +248,9 @@ class LinuxKernelRewriter final : public MetadataRewriter {
/// Update ORC data in the binary.
Error rewriteORCTables();
+ /// Validate written ORC tables after binary emission.
+ Error validateORCTables();
----------------
maksfb wrote:
Sure, if it helps you to review.
https://github.com/llvm/llvm-project/pull/90541
More information about the llvm-commits
mailing list