1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 01:44:29 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-25 19:53:14 +09:00
parent d6716b17b2
commit 2295f4ce55

View File

@ -491,7 +491,7 @@ ObjectFile::mark_live_archive_members(tbb::parallel_do_feeder<ObjectFile *> &fee
}
void ObjectFile::handle_undefined_weak_symbols() {
if (!is_alive || is_dso)
if (!is_alive)
return;
for (int i = first_global; i < symbols.size(); i++) {