Displaying 2 results from an estimated 2 matches for "defa09e5".
2004 Aug 03
0
[LLVMdev] Compiler Driver [high-level comments]
...cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040802/defa09e5/attachment.sig>
2004 Aug 03
2
[LLVMdev] Compiler Driver [high-level comments]
On Tue, 3 Aug 2004, Bill Wendling wrote:
> I admit a bias here: I've worked with MS style INI files. They didn't
> leave a good impression with me. However, they do fit the bill for a lot
> of applications. What do you envision a typical INI file to look like?
I was thinking of something simple like this:
[.c]
compile = cc1 %in -o %out
optimize = gccas %in -o %out.bc
link