Skip to content
  • Rui Ueyama's avatar
    Fix error message for unknown -format argument. · d7c4454f
    Rui Ueyama authored
    -format=<foo>, -format <foo> and -b <foo> are all the same.
    Previous code was intended to produce an error message with the
    same spelling as given from the command line, but it actually
    always printed out this string: "unknown -format= value:".
    This is probably more confusing than "unknown -format value:".
    So I changed the message.
    
    llvm-svn: 284693
    d7c4454f
Loading