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

Reid Kleckner rnk at google.com
Wed Dec 4 10:38:43 PST 2013


  Why should we change this?  It's inconsistent with gcc:

    $ gcc -### -asdf |& grep 'error:' ; echo $?
    gcc: error: unrecognized option ‘-asdf’
    0

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



More information about the cfe-commits mailing list