clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

How to use clang-omp in Xcode 5.1.1? #39

Closed dongli closed 10 years ago

dongli commented 10 years ago

I have built clang-omp successfully in my Mac, and I would like to use it in Xcode 5.1.1. It would be nice if this instruction can be shown in the main webpage. Thanks for the great work, and hope it can be integrated into clang!

alexey-bataev commented 10 years ago

Hi, I'm not sure that we should it. If you need it you can always google and you'll find some working solution for sure (http://belkadan.com/blog/2011/07/Using-Clang-from-SVN-in-Xcode/, for example). We just don't have free resources to work on this and to provide support, especially with officially unsupported features. Best regards, Alexey Bataev

Software Engineer Intel Compiler Team

dongli commented 10 years ago

@alexey-bataev Thanks for providing the link! And do you have a plan to integrate your project into the official clang? Any schedule?