Do not allow "--" with single-letter options.
In general, we accept both -foo and --foo as command line options, but if an option is a single letter option, we don't want to allow double dashes because GNU linkers don't accept such combination. llvm-svn: 274219
Loading
Please register or sign in to comment