[PATCH] D55878: [Driver] Use --hash-style=gnu instead of both on FreeBSD

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 22:00:27 PST 2018


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





More information about the cfe-commits mailing list