mstorsjo added inline comments.

================
Comment at: tools/clang/lib/Driver/ToolChain.cpp:394
+    llvm::SmallString<8> LinkerName;
+    if(Triple.isOSDarwin())
+      LinkerName.append("ld64.");
----------------
Space between `if` and `(`


Repository:
  rL LLVM

https://reviews.llvm.org/D38290



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

Reply via email to