[llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 19 18:28:59 PDT 2025
================
@@ -1443,6 +1462,23 @@ class InProcessThinBackend : public ThinBackendProc {
CfiFunctionDecls.insert(
GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name)));
}
+};
+
+class InProcessThinBackend : public CGThinBackend {
----------------
bd1976bris wrote:
Done. Thanks.
https://github.com/llvm/llvm-project/pull/127749
More information about the llvm-commits
mailing list