[PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers

Reid Kleckner rnk at google.com
Mon Jul 27 16:03:37 PDT 2015


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







More information about the cfe-commits mailing list