[Openmp-dev] Integrate libiomp CMake into LLVM CMake build system.

Jack Howarth howarth.mailing.lists at gmail.com
Tue May 5 13:29:37 PDT 2015


     Doesn't the commit of....

------------------------------------------------------------------------
r236534 | achurbanov | 2015-05-05 16:02:52 -0400 (Tue, 05 May 2015) | 13
lines

Integrate libiomp CMake into LLVM CMake build system.

This patch integrates the libiomp CMake build system into the LLVM CMake
build
system so that users can checkout libiomp into the projects directory of
llvm
and build llvm,clang, and libiomp all together.  These changes specifically
introduce a new install target which will put libraries and headers into
the
correct locations when either a standalone build or part of llvm.
The copy_recipe() method has been removed in favor of the POST_BUILD method
to move headers into the exports subdirectory.  And lastly, the
MicroTests.cmake
file was refactored which led to simpler target dependencies and a new
target,
make libiomp-micro-tests, which performs the 5 small tests (test-relo,
test-touch, etc.) when called.

also require that the proposed change in llvm also be committed as well?

http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-April/000502.html

         Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20150505/1935849a/attachment.html>


More information about the Openmp-dev mailing list