[clang] [lld] [llvm] Integrated Distributed ThinLTO (DTLTO): Initial support (PR #126654)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 18:57:49 PST 2025
================
@@ -1702,6 +1703,38 @@ static uint8_t getOsAbi(const Triple &t) {
}
}
+namespace dtlto {
+// Check if an archive file is a thin archive.
+bool isThinArchive(Ctx &ctx, StringRef archiveFilePath) {
----------------
bd1976bris wrote:
These are static functions now.
https://github.com/llvm/llvm-project/pull/126654
More information about the llvm-commits
mailing list