[llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri May 16 09:54:07 PDT 2025
================
@@ -1443,6 +1462,23 @@ class InProcessThinBackend : public ThinBackendProc {
CfiFunctionDecls.insert(
GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name)));
}
+};
+
+class InProcessThinBackend : public CGThinBackend {
----------------
teresajohnson wrote:
Can you add a comment to this class for completeness?
https://github.com/llvm/llvm-project/pull/127749
More information about the llvm-commits
mailing list