search for: input_ll_file

Displaying 1 result from an estimated 1 matches for "input_ll_file".

2010 Jul 08
1
[LLVMdev] passing parameters for a analysis pass
If you think a commandline option is the way to go, LLVM makes it pretty easy to do so, see the documentation here: http://llvm.org/docs/CommandLine.html . Mostly you can just add an appropriate "cl::opt<string>" option (for your filename, for example) and you're on your way. ~Will On Wed, Jul 7, 2010 at 9:55 PM, Reid Kleckner <reid.kleckner at gmail.com> wrote: >