Displaying 1 result from an estimated 1 matches for "post_build".
Did you mean:
portbuild
2015 May 05
2
[LLVMdev] enabling openmp cmake build in llvm tree
...ects 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.
..is done,.can we get a commi...