[llvm] Move a lot of symbol code to use the symbol string pool (PR #115796)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 22:14:58 PST 2024


================
@@ -35,6 +36,7 @@
 #include "llvm/TargetParser/Triple.h"
 #include <optional>
 
+#include <cstring>
----------------
lhames wrote:

Why is `<cstring>` needed?

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


More information about the llvm-commits mailing list