arsenm added a comment.

Thanks for doing this, this has been sorely needed since forever. We also 
really need to switch opencl over to this



================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:207-209
+  Arg *A = Args.getLastArg(options::OPT_march_EQ);
+  if (!A)
+    A = Args.getLastArg(options::OPT_mcpu_EQ);
----------------
Why is this necessary?


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

https://reviews.llvm.org/D81861



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

Reply via email to