mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 01:44:29 +03:00
temporary
This commit is contained in:
parent
d6716b17b2
commit
2295f4ce55
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user