[PATCH] D40903: [Sanitizers] Basic Solaris sanitizer support (PR 33274)
Aleksey Shlyapnikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 10:05:05 PST 2017
alekseyshl added inline comments.
================
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:528
StringRef Sanitizer) {
+ // Solaris ld doesn't need this. Inhibit use of non-existant
+ // --export-dynamic.
----------------
Can you elaborate why Solaris ld does not need dynamic lists? How does it export sanitizer symbols then?
Repository:
rC Clang
https://reviews.llvm.org/D40903
More information about the cfe-commits
mailing list