[lld] [llvm] [NFCI][LTO][lld] Optimize away symbol copies within LTO global resolution in ELF (PR #106193)
Jan Voung via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 08:22:00 PDT 2024
================
@@ -22,6 +22,7 @@
#include "llvm/Support/AllocatorBase.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
----------------
jvoung wrote:
is this needed or was it added earlier for debugging?
https://github.com/llvm/llvm-project/pull/106193
More information about the llvm-commits
mailing list