[lld] [llvm] [DTLTO][ELF][COFF][MachO] Add archive support for DTLTO. (PR #157043)
Tobias Hieta via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 23:31:30 PDT 2025
================
@@ -26,6 +26,7 @@
#include "llvm/CGData/CodeGenData.h"
#include "llvm/CodeGen/Analysis.h"
#include "llvm/Config/llvm-config.h"
+#include "llvm/DTLTO/Dtlto.h"
----------------
tru wrote:
Looking at it like this - I think the filename should be capitalized as well. It just looks wrong :)
https://github.com/llvm/llvm-project/pull/157043
More information about the llvm-commits
mailing list