Richard Pennington
2013-Oct-18 01:10 UTC
[LLVMdev] Using clang/LLVM to build Linux C++ programs with no gnu licensed libraries.
Today the clang/LLVM based ELLCC compiler (http://ellcc.org) was able to compile an (almost) non-trivial C++ program for a bunch of LLVM supported targets with no gnu licensed libraries. http://ellcc.org/blog/?p=231 Next step: try to compile ELLCC with itself. :-) -Rich -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131017/e8864e86/attachment.html>
Yaron Keren
2013-Oct-18 08:29 UTC
[LLVMdev] Using clang/LLVM to build Linux C++ programs with no gnu licensed libraries.
Nice! Maybe you'd like to target Windows as well `-) Yaron 2013/10/18 Richard Pennington <rich at pennware.com>> Today the clang/LLVM based ELLCC compiler (http://ellcc.org) was able to > compile an (almost) non-trivial C++ program for a bunch of LLVM supported > targets with no gnu licensed libraries. http://ellcc.org/blog/?p=231 > > Next step: try to compile ELLCC with itself. :-) > > -Rich > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131018/26ee177e/attachment.html>
Maybe Matching Threads
- [LLVMdev] RFC: Another go at a cross compiler config file.
- [LLVMdev] Can libc++ build for arm cross compiler?
- [LLVMdev] clang/LLVM cross testing environment
- [LLVMdev] RFC: Another go at a cross compiler config file.
- [cfe-dev] Using lld in ELLCC for different targets