Today was the first day when I heard and read about llvm, and I would say I am pretty excited to learn about it. The design looks simply amazing and the codebase seems to be easy to follow. Way to go guys!!!<br><br>I immediately downloaded and built the llvm-gcc front-end and the llvm tools and libs.
<br>Also, I could successfully use the llvm-gcc, llvm-dis and llc tools to see things in action.<br><br>The only problem was given by the driver llvmc.<br>It gives me following error:<br><br>$ llvmc -O2 a.c -o a.o<br><premain>: CommandLine Error: Argument 'debug' defined more than once!
<br>llvmc: CommandLine Error: Argument 'debug' defined more than once!<br>../install/etc/llvm/c:55: Error: Expecting output type value<br>..install/etc/llvm/c had 1 errors. Terminating.<br><br>Any ideas as why did I get this error?
<br><br>Thanks,<br>Sanjiv<br><br>