[llvm] [BOLT] Add split function support for the Linux kernel (PR #90541)

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 08:03:02 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();
----------------
dcci wrote:

If we can split the validation in its own commit, that would be good.

https://github.com/llvm/llvm-project/pull/90541


More information about the llvm-commits mailing list