hi,i am a fresh in LLVM and Clang,I have a question to ask you: If use this command line to run Clang: clang helloworld.c -S -emit-llvm -o helloworld.ll and how and where does clang read the "helloworld.c"? where is the read data code? thx so much in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120909/ac4add75/attachment.html>
Hi 陶胜平,> hi,i am a fresh in LLVM and Clang,I have a question to ask you: > If use this command line to run Clang: > clang helloworld.c -S -emit-llvm -o helloworld.ll > and how and where does clang read the "helloworld.c"? > where is the read data code? > thx so much in advance.this question is better sent to the clang mailing list. Ciao, Duncan.