This is to work around a bug in some versions of gnu ld, where
--export-dynamic implies -shared even if -static is explicitly given.
Myriad supports static linking only, so --export-dynamic is never
needed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
clang/lib/Driver/ToolChains/CommonArgs.cpp | ||
---|---|---|
706 ↗ | (On Diff #145268) | Maybe this logic should be in addSanitizerDynamicList, similar to how it is handled for Solaris? |