I have an existing project that has some third party libs are compiled by LLVM-GCC 4.2 compiler
Now, I need to compile with Xcode 5 that only supports LLVM 5.0
I just wonder if I can compile third party libs as static library (using LLVM-GCC 4.2) and use them in the new project that is compiled by XCode 5 (LLVM 5.0)
Thanks.