Displaying 1 result from an estimated 1 matches for "8de9b3ca".
2010 Aug 05
1
[LLVMdev] 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