llvm-commits Digest, Vol 145, Issue 77
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 08:27:21 PDT 2016
>> [ELF] - Do not error out when version declaration not found when building executable.
>
>Huh? It should never be an error to not have a version script.
>
>Joerg
When symbols has version in name, like
foo at version1 it is a error not to have version script when linking DSO. At least
gnu linkers treat this as error. In case of executable they do not.
George.
More information about the llvm-commits
mailing list