File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5394,7 +5394,7 @@ void GNUStyle<ELFT>::printDependentLibs(const ELFFile<ELFT> *Obj) {
5394
5394
SecEntries.push_back (NameOffset{Lib, Offset});
5395
5395
};
5396
5396
5397
- printDependentLibsHelper (Obj, OnSectionStart, OnLibEntry);
5397
+ this -> printDependentLibsHelper (Obj, OnSectionStart, OnLibEntry);
5398
5398
if (SectionStarted)
5399
5399
PrintSection ();
5400
5400
}
@@ -6666,7 +6666,7 @@ void LLVMStyle<ELFT>::printELFLinkerOptions(const ELFFile<ELFT> *Obj) {
6666
6666
template <class ELFT >
6667
6667
void LLVMStyle<ELFT>::printDependentLibs(const ELFFile<ELFT> *Obj) {
6668
6668
ListScope L (W, " DependentLibs" );
6669
- printDependentLibsHelper (
6669
+ this -> printDependentLibsHelper (
6670
6670
Obj, [](const Elf_Shdr &) {},
6671
6671
[this ](StringRef Lib, uint64_t ) { W.printString (Lib); });
6672
6672
}
You can’t perform that action at this time.
0 commit comments