================
@@ -24,6 +24,12 @@ namespace {
// Symbol name -> Symbol::ID, within a namespace.
using NSSymbolMap = llvm::DenseMap<llvm::StringRef, unsigned>;
+struct SymbolMapping {
+ const char *QName;
+ unsigned NSLen;
+ const char *HeaderName;
+};
----------------
aengelke wrote:
Can we avoid these dynamic relocations? Depending on the size, it might be a
good idea to wait until #202631 is merged and use that?
https://github.com/llvm/llvm-project/pull/202663
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits