[PATCH] lld: handling of -flavor / -core command line switches

kledzik at apple.com kledzik at apple.com
Wed Sep 17 12:44:08 PDT 2014


The original design was that -flavor had to be the first arg (so incrementing argv worked).  But now the use of ParseArgs() means that -flavor is being searched for everywhere in the arg list. That is a mismatch.

http://reviews.llvm.org/D5384






More information about the llvm-commits mailing list