[CIL users] Does "cilly --merge -c" only invoke cpp?

2011-01-18 Thread Kin Ma
Hi, It seems to me that when both --merge and -c are present, only cpp will be run on the inputs. Is this the case? Thanks. Kin -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactic

[CIL users] Cil's AR mode does not support the x operation

2011-01-09 Thread Kin Ma
Hi, I'm trying to merge a program whose Makefile does the following: it first runs "ar x" to extract files from a bunch of *.a previously generated, and then runs "ar rc" to archive these files into a single lib.a. Unfortunately, Cil's AR mode does not support the x operation. It seems tha