[PATCH] D22285: Support -masm= flag for x86 assembly targets
    Bruno Cardoso Lopes via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jul 18 11:33:58 PDT 2016
    
    
  
bruno added a subscriber: bruno.
bruno accepted this revision.
bruno added a reviewer: bruno.
bruno added a comment.
This revision is now accepted and ready to land.
LGTM with one small fix, see below.
================
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)) {
----------------
Fix the param indentation.
https://reviews.llvm.org/D22285
    
    
More information about the cfe-commits
mailing list