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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 11:59:47 PDT 2017


Rui Ueyama <ruiu at google.com> writes:

> By the way, I think isInCurrentDSO isn't a precisely correct name, because
> it may not be a shared object file but an executable.
>
> What is a generic name for both executables and DSOs? I thought that ELF
> module could be the one, but since "module" is a overloaded term, it might
> not be a good name. So, maybe "ELF binary"? Or, something else?

I actually thought DSO was the generic name for executable or shared
library.

Cheers,
Rafael


More information about the llvm-commits mailing list