Hi: Currently, LLVM has integrated the Intel OpenMP runtime in its framework. Does the library exist with in the latest version of the LLVM+Clang framework or do I have to download it separately? Thanks, Deen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140509/5f139736/attachment.html>
On 05/ 9/14 11:43 PM, laal deen wrote:> Hi: > > Currently, LLVM has integrated the Intel OpenMP runtime in its > framework. Does the library exist with in the latest version of the > LLVM+Clang framework or do I have to download it separately?Where I work we build this with our internal cmake, but I don't know how others are doing it. The source can be found here https://github.com/llvm-mirror/openmp I remember the mention of cmake, but I don't know if there's a way to make the just build-clang build this. maybe someone else with more experience can chime in?
I am able to build the OpenMP intel runtime but is struggling to link it with clang and LLVM. It might be a naive question. But, I need help on this. Thanks in Advance. Deen On Fri, May 9, 2014 at 11:43 AM, laal deen <laaldeen1985 at gmail.com> wrote:> Hi: > > Currently, LLVM has integrated the Intel OpenMP runtime in its framework. > Does the library exist with in the latest version of the LLVM+Clang > framework or do I have to download it separately? > > > Thanks, > > Deen >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140510/56303003/attachment.html>