[lld] [LTO][ELF][lld] Use unique string saver in ELF bitcode symbol parsing (PR #106670)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 00:47:47 PDT 2024
================
@@ -9,6 +9,8 @@
#ifndef LLD_ELF_INPUT_FILES_H
#define LLD_ELF_INPUT_FILES_H
+#include <string>
----------------
minglotus-6 wrote:
done.
https://github.com/llvm/llvm-project/pull/106670
More information about the llvm-commits
mailing list