[Openmp-commits] [PATCH] D35719: [CMake] Allow to disable building libomptarget
Hans Wennborg via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 21 00:03:17 PDT 2017
hans added inline comments.
================
Comment at: CMakeLists.txt:8
+
+set(ENABLE_LIBOMPTARGET ON)
# Currently libomptarget cannot be compiled on Windows or MacOS X.
----------------
Since the tests fail by default, I think it should be disabled in the build by default.
trunk should always be in a working state.
https://reviews.llvm.org/D35719
More information about the Openmp-commits
mailing list