[lld] [llvm] [LLVM][LTO] Factor out RTLib calls and allow them to be dropped (PR #98512)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 11:08:57 PDT 2024
================
@@ -189,6 +189,436 @@ struct MemOp {
}
};
+struct LibcallsInfo {
----------------
arsenm wrote:
Call RuntimeLibcallInfo?
https://github.com/llvm/llvm-project/pull/98512
More information about the llvm-commits
mailing list