Recursive CMake Patch

Hello everyone,

I have posted this review which makes our CMake build system slightly more recursive by adding a runtime/src/CMakeLists.txt file. I don’t know who is and isn’t subscribed to openmp-commits so I thought I would put this here.

http://reviews.llvm.org/D10344

– Johnny

Jonathan,
       Current openmp svn, with this patch applied, builds fine at -j8
for a in-tree build of the fat libomp.dylib within llvm svn on
x86_64-apple-darwin14.
             Jack

Thanks for testing it out!

I'm currently looking at your patch for the KMP_BUILD_ASSERT() code.

-- Johnny