[PATCH] D147544: [BOLT] Move from RuntimeDyld to JITLink
Rafael Auler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 16:25:16 PDT 2023
rafauler added inline comments.
================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:4018-4019
+
+ if (TooLarge)
+ BC->deregisterSection(*ColdSection);
----------------
Delete duplicate code that was already committed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147544/new/
https://reviews.llvm.org/D147544
More information about the llvm-commits
mailing list