MaskRay marked an inline comment as done.
MaskRay added inline comments.

================
Comment at: lib/Driver/ToolChains/FreeBSD.cpp:160
+    if (ToolChain.getTriple().getOSMajorVersion() >= 9)
+      CmdArgs.push_back("--hash-style=gnu");
     CmdArgs.push_back("--enable-new-dtags");
----------------
I can't find rationale behind the MIPS discrepancy in the original commit. I 
can add the if branch back if you tell me why...


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55878/new/

https://reviews.llvm.org/D55878



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to