[PATCH] D11599: Change some series of AddAllArgs calls to use the most general AddAlllArgs.

Douglas Katzman dougk at google.com
Wed Jul 29 09:02:31 PDT 2015


dougk added inline comments.

================
Comment at: lib/Driver/Tools.cpp:6516
@@ -6526,1 +6515,3 @@
+                            options::OPT_Z_Flag, options::OPT_u_Group,
+                            options::OPT_e, options::OPT_r});
 
----------------
oops. an 'AddLastArg' got mixed in here.
But, it seems that most other places do add *all* of the 'e' args.
Which is right?


http://reviews.llvm.org/D11599







More information about the cfe-commits mailing list