[PATCH] D32867: Warn about archives with no symbol table
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 09:25:49 PDT 2017
Rafael Ávila de Espíndola via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:
> rafael created this revision.
>
> Not having a symbol table is an indication of something missing in a build setup. We can handle it, but it is probably a good idea to inform the user.
I tried to measure if there was any difference from having a symbol
table or not when linking clang without debug info.
So far I was not able to measure a difference. It is around 0.48 seconds
in both cases.
Cheers,
Rafael
More information about the llvm-commits
mailing list