1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-11 05:46:58 +03:00
This commit is contained in:
Rui Ueyama 2021-04-05 20:26:32 +09:00
parent d9b73f7ef6
commit 00666d4970

View File

@ -326,6 +326,9 @@ int do_main(int argc, char **argv) {
ctx.tg.wait();
}
if (ctx.objs.empty())
Fatal(ctx) << "no input files";
// Uniquify shared object files with soname
{
std::vector<SharedFile<E> *> vec;