mirror of
https://github.com/rui314/mold.git
synced 2024-12-29 11:24:36 +03:00
temporary
This commit is contained in:
parent
0acef289d9
commit
9758b1d96a
2
main.cc
2
main.cc
@ -147,7 +147,7 @@ int main(int argc, char **argv) {
|
||||
if (file->archive_name == "")
|
||||
mark_live(file);
|
||||
|
||||
// Remove archive members that weren't used by any other
|
||||
// Remove archive members that weren't used by any live
|
||||
// object files.
|
||||
files.erase(std::remove_if(files.begin(), files.end(),
|
||||
[](ObjectFile *file) { return !file->is_alive; }),
|
||||
|
Loading…
Reference in New Issue
Block a user