On Dec 23, 2007, at 6:52 AM, Sanghyeon Seo wrote: > Attached patch implements -emit-bc option, linking LLVM bitcode writer > directly to clang so that one can produce LLVM bitcode without going > through llvm-as.
Looks good to me, please name it -emit-llvm-bc though, to match llvm- gcc. Thanks! -Chris > > If output file is given, bitcode is written to the file. If output > file is not given, the extension is replaced by .bc. > > This patch was done mainly by copying similar codes around the > codebase. Please review. > > -- > Seo Sanghyeon > <emit-bc.txt>_______________________________________________ > cfe-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
