[llvm-commits] [llvm] r85419 - /llvm/trunk/tools/gold/gold-plugin.cpp

Duncan Sands baldrick at free.fr
Wed Oct 28 15:45:39 PDT 2009


Hi Viktor,

> +  // Note: This array will contain all plugin options which are not claimed 
> +  // as plugin exclusive to pass to the code generator.

I'm having trouble parsing this sentence...

> +  // For example, "generate-api-file" and "as"options are for the plugin 

Missing space after "as".  Also, isn't the option "as="?

> +        (*message)(LDPL_WARNING, "Path to as specified twice. "

Probably "as" should be in quotes.  Maybe it should say "assembler"
rather than "as"?

Ciao,

Duncan.



More information about the llvm-commits mailing list