Is it possible to build openmp with llvm such that it gets installed along clang?
For example after checking out llvm, one can checkout clang (and lldb, polly…) into llvm/tools and build those together with LLVM.
Is it possible to do the same with the OpenMP runtime?
And if so: How?
Bests,
Gonzalo