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-12 15:54:21 +09:00
parent 0eb89dd29c
commit c4009e87fb

2
mold.h
View File

@ -543,7 +543,7 @@ public:
int first_global = 0;
u32 priority;
std::atomic_bool is_alive = ATOMIC_VAR_INIT(false);
bool is_dso;
bool is_dso = false;
const bool is_in_archive;
u64 local_symtab_size = 0;