ro added inline comments.

================
Comment at: lib/Driver/ToolChains/CommonArgs.cpp:684
   if (AddExportDynamic)
-    CmdArgs.push_back("-export-dynamic");
+    CmdArgs.push_back("--export-dynamic");
 
----------------
alekseyshl wrote:
> If it does not exist on Solaris, why change it then? For the consistency sake?
Consistency for one.  Besides, I'm talking to the Solaris linker
engineers whether to just accept and ignore that option
for GNU ld compatibility.


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