Re: [CIL users] Merging and Linking

2012-09-25 Thread Jonathan Kotker
Hi Oliver. Thanks for the helpful reply. So, what I'm currently using CIL for in my tool is to preprocess the source file under analysis to make it easier to analyze -- or at least, that's the hope. As part of this, I would like to give the user an option to specify what files he/she would like to

Re: [CIL users] How to properly handle new CIL + cilly command line arguments

2012-09-25 Thread Alex Susu
Hello. I figured out what is the standard way of handling extra options for a CIL module. For example, the liveness.ml module contains as element of fd_extraopt: "--live_func", Arg.String (fun s -> live_func := s), " Output the variables live at each statement