[PATCH] D22285: Support -masm= flag for x86 assembly targets

Yunzhong Gao via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 11:57:05 PDT 2016


ygao marked an inline comment as done.

================
Comment at: lib/Driver/Tools.cpp:6379
@@ +6378,3 @@
+void ClangAs::AddX86TargetArgs(const ArgList &Args,
+                                ArgStringList &CmdArgs) const {
+  if (Arg *A = Args.getLastArg(options::OPT_masm_EQ)) {
----------------
bruno wrote:
> Fix the param indentation.
Good catch! Thanks.


https://reviews.llvm.org/D22285





More information about the cfe-commits mailing list