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
- rL LLVM
- Build Status
Buildable 18231 Build 18231: arc lint + arc unit
Event Timeline
clang/lib/Driver/ToolChains/CommonArgs.cpp | ||
---|---|---|
711 | Maybe this logic should be in addSanitizerDynamicList, similar to how it is handled for Solaris? |
Maybe this logic should be in addSanitizerDynamicList, similar to how it is handled for Solaris?