[lld] r315727 - Handle shared symbols in --gc-sections.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 14:14:17 PDT 2017


Rui Ueyama <ruiu at google.com> writes:

> But DSO is short for dynamic shared object, no? And an executable is not a
> shared object nor an .so.

I would call an ELF executable a shared object. A symbol in a .so can
resolve to a definition in the executable for example.

Cheers,
Rafael


More information about the llvm-commits mailing list