LLVM userland libraries: yes or no?
Posted: Tue Jun 18, 2013 3:19 pm
I am thinking as most of my development depend on clang (LOVE it's beautiful debug output and fix-it) so I am thinking is using LLVM userland libraries a good idea? (It is known to be good on OS X, as Apple dropped libstdc++ on OS X 10.9 and symlinked it to libc++)
Components include:
* newlib libc (LLVM does not have a libc though)
* libc++rt C++ runtime library,
* libc++ C++ standard library (C++11 feature complete)
Also, since my init is in Objective-C, those are required too:
* libobjc2+libGNUObjCRuntime (GNUstep Objective-C 2.0 runtime, as init requires it)
* libgnustep-base (GNUstep's clone of Apple's Foundation Kit, as init requires it)
Components include:
* newlib libc (LLVM does not have a libc though)
* libc++rt C++ runtime library,
* libc++ C++ standard library (C++11 feature complete)
Also, since my init is in Objective-C, those are required too:
* libobjc2+libGNUObjCRuntime (GNUstep Objective-C 2.0 runtime, as init requires it)
* libgnustep-base (GNUstep's clone of Apple's Foundation Kit, as init requires it)