[lld] [llvm] [NFCI][LTO][lld] Optimize away symbol copies within LTO global resolution in ELF (PR #106193)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 10:07:19 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"
----------------
minglotus-6 wrote:

This was added for debugging. I removed it.

https://github.com/llvm/llvm-project/pull/106193


More information about the llvm-commits mailing list