mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Fix typo.
llvm-svn: 315042
This commit is contained in:
@@ -57,7 +57,7 @@ uint64_t SyntheticSection::getVA() const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Create a .bss section for each common section and replace the common symbol
|
||||
// Create a .bss section for each common symbol and replace the common symbol
|
||||
// with a DefinedRegular symbol.
|
||||
template <class ELFT> void elf::createCommonSections() {
|
||||
for (Symbol *S : Symtab->getSymbols()) {
|
||||
|
||||
Reference in New Issue
Block a user