mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
fix comment typo to cycle bots
This commit is contained in:
@@ -698,7 +698,7 @@ static void replaceCommon(Symbol &oldSym, const LazyT &newSym) {
|
||||
|
||||
template <class LazyT> void Symbol::resolveLazy(const LazyT &other) {
|
||||
// For common objects, we want to look for global or weak definitions that
|
||||
// should be fetched as the cannonical definition instead.
|
||||
// should be fetched as the canonical definition instead.
|
||||
if (isCommon() && elf::config->fortranCommon) {
|
||||
if (auto *laSym = dyn_cast<LazyArchive>(&other)) {
|
||||
ArchiveFile *archive = cast<ArchiveFile>(laSym->file);
|
||||
|
||||
Reference in New Issue
Block a user