alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:528
StringRef Sanitizer) {
+ // Solaris ld doesn't need this. Inhibit use of non-existant
+ // --export-dynamic.
----------------
ro wrote:
> alekseyshl wrote:
> > Can you elaborate why Solaris ld does not need dynamic lists? How does it
> > export sanitizer symbols then?
> Solaris ld simply defaults to --export-dynamic.
Can we say then that ld "defaults to --export-dynamic behavior" (as
--export-dynamic does not exists there) instead of "doesn't need this"?
Repository:
rC Clang
https://reviews.llvm.org/D40903
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits