[PATCH] Error on invalid options in -### mode

Renato Golin renato.golin at linaro.org
Wed Dec 4 01:51:10 PST 2013


  Hi Rafael,

  There were some stray changes (see below) that didn't look like part of the same request.

  Otherwise, patch looks good to me, though you might get a response from a Clang folk to commit.


================
Comment at: include/clang/Driver/Options.td:1439
@@ -1439,1 +1438,3 @@
+     Group<clang_ignored_f_Group>,
+     HelpText<"Place debug types in their own section (ELF Only)">;
 defm eliminate_unused_debug_types : BooleanFFlag<"eliminate-unused-debug-types">, Group<clang_ignored_f_Group>;
----------------
Is this related to the issue at hand?

================
Comment at: test/Driver/gfortran.f90:106
@@ -105,3 +105,2 @@
 ! RUN:     -fstack-arrays \
-! RUN:     -fsyntax-only \
 ! RUN:     -funderscoring \
----------------
Is this related to the issue at hand?


http://llvm-reviews.chandlerc.com/D2032



More information about the cfe-commits mailing list