[PATCH] D78325: [ubsan] Link shared runtime library with a version script.
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 01:02:57 PDT 2020
ro added a comment.
In D78325#1992966 <https://reviews.llvm.org/D78325#1992966>, @eugenis wrote:
> I've copied the code from hwasan, which does not have the solaris check.
> See D78510 <https://reviews.llvm.org/D78510>.
So of the two uses of `--version-script` you took the one that isn't used on Solaris since it's practically guaranteed that hwasan will never be supported there ;-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78325/new/
https://reviews.llvm.org/D78325
More information about the llvm-commits
mailing list