[Openmp-commits] [PATCH] D35719: [CMake] Allow to disable building libomptarget
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 21 01:07:15 PDT 2017
Hahnfeld added inline comments.
================
Comment at: CMakeLists.txt:8
+
+set(ENABLE_LIBOMPTARGET ON)
# Currently libomptarget cannot be compiled on Windows or MacOS X.
----------------
hans wrote:
> 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.
Well, it's broken since January so nobody cared enough. @gtbercea, what do you think?
https://reviews.llvm.org/D35719
More information about the Openmp-commits
mailing list