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
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to