[PATCH] D31496: Make -defsym a driver option

Roger Ferrer Ibanez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 08:46:42 PDT 2017


rogfer01 added inline comments.


================
Comment at: lib/Driver/ToolChains/Clang.cpp:1882
+            TakeNextArg = true;
           }
       } else {
----------------
salari01 wrote:
> rogfer01 wrote:
> > I wonder if you should `break;` here if validation fails like the original code did?
> The reason for removing it is that this way, all erroneous `-defsym` options specified can be listed during the same invocation. This provides a better user experience than tackling them one at a time, as with the original code.
Ah, I see, thanks!


https://reviews.llvm.org/D31496





More information about the cfe-commits mailing list