[lld] [lld][COFF]Expose UnifiedLTO options (PR #69904)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 19:10:31 PDT 2023
================
@@ -17,6 +17,7 @@
#include "llvm/Object/COFF.h"
#include "llvm/Support/CachePruning.h"
#include "llvm/Support/VirtualFileSystem.h"
+#include "llvm/LTO/LTO.h"
----------------
Naville wrote:
Maybe that's why ELF's implementation redeclared those enums...
https://github.com/llvm/llvm-project/pull/69904
More information about the llvm-commits
mailing list