Options on code generator

Hi,

I have been writing a hobbie code generator for a plc with clang as a front end
and I wanted to know how can I get clang to accept a new code generator option,
and how to get it through to the code generator.
I found something that could be it on an llvm include "TargetOptions" but I have
no idea how to use it (if it is actually correct).

Thanks

llvm/tools/clang/include/clang/Driver/CC1Options.td

2010/8/5 Sunay Ismail <esteaqui@hotmail.com>