rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/Driver/Tools.cpp:742-743
@@ +741,4 @@
+  // Honor -mhwdiv=. ClangAs gives preference to -Wa,-mhwdiv=.
+  const Arg *HDivArg = Args.getLastArg(options::OPT_mhwdiv_EQ);
+  if (WaHdiv) {
+    if (HDivArg)
----------------
Can you make the capitalization of the 'd' in `HDivArg` and `WaHdiv` match? I 
don't care which way you go.


http://reviews.llvm.org/D11148




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to