================
@@ -130,6 +130,10 @@ class PluginProperties : public Properties {
}
};
+bool IsTypeTag(llvm::dwarf::Tag Tag) {
----------------
felipepiovezan wrote:In the interest of expediency, I've moved it out of the anonymous namespace and made it static https://github.com/llvm/llvm-project/pull/74773 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
