Displaying 1 result from an estimated 1 matches for "disablepatternisel".
2005 Mar 16
1
[LLVMdev] Setting options when using libraries
Hi,
just a quick question, how do you set options when you are linking with the LLVM libraries?
for example, the option:
cl::opt<bool> DisablePatternISel("disable-pattern-isel", cl::Hidden,
cl::desc("Disable the pattern isel XXX FIXME"),
cl::init(true));
How do I change it from within our application?
Up to now I've been changing the defaults in the LLVM...