================
@@ -5510,7 +5510,7 @@ ObjectFile::Strata ObjectFileMachO::CalculateStrata() {
} else {
SectionList *section_list = GetSectionList();
if (section_list) {
- static ConstString g_kld_section_name("__KLD");
+ llvm::StringRef g_kld_section_name("__KLD");
----------------
s-barannikov wrote:
Inline the variable? In other places too.
https://github.com/llvm/llvm-project/pull/207296
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits