Displaying 1 result from an estimated 1 matches for "copy_recipe".
2015 May 05
2
[LLVMdev] enabling openmp cmake build in llvm tree
...ystem 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-tou...