[Openmp-commits] [PATCH] D30470: [cmake] Include openmp with add_llvm_external_project

Pirama Arumuga Nainar via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 28 12:24:09 PST 2017


pirama added a comment.

For Android, we are building LLVM, Clang and OpenMP from a single checkout for both Linux and Windows (using MinGW).  But we only build OpenMP for the Linux host and Android-supported targets.  The LLVM_TOOL_OPENMP_BUILD option allows skipping OpenMP when building for Windows.


https://reviews.llvm.org/D30470





More information about the Openmp-commits mailing list