alekseyshl added inline comments.
================
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:684
if (AddExportDynamic)
- CmdArgs.push_back("-export-dynamic");
+ CmdArgs.push_back("--export-dynamic");
----------------
If it does not exist on Solaris, why change it then? For the consistency sake?
Repository:
rC Clang
https://reviews.llvm.org/D40903
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits