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

Jared Wyles via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 14:59:54 PST 2024


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

I have 0 idea how that even snuck in hah. Certainly not something I would ever type 

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


More information about the llvm-commits mailing list