[lld] [LTO][ELF][lld] Use unique string saver in ELF bitcode symbol parsing (PR #106670)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 12:14:37 PDT 2024


================
@@ -9,6 +9,8 @@
 #ifndef LLD_ELF_INPUT_FILES_H
 #define LLD_ELF_INPUT_FILES_H
 
+#include <string>
----------------
kazutakahirata wrote:

Once you remove `StringRef saved_symbol(const std::string &S);` below, you should be able to remove this include also.


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


More information about the llvm-commits mailing list