diff options
| author | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | 2017-07-26 13:55:00 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | 2017-07-26 13:55:00 +0000 |
| commit | 203c730719b3e89251adf68d444f9b14de6e70d8 (patch) | |
| tree | f7fb34d5c6c68e26880dae439eb65bf0957acbd4 /clang/test | |
| parent | df0ee9e1b9457d2cea4b4b20efc3d1cc4e51ffef (diff) | |
| download | bcm5719-llvm-203c730719b3e89251adf68d444f9b14de6e70d8.tar.gz bcm5719-llvm-203c730719b3e89251adf68d444f9b14de6e70d8.zip | |
[CMake] Disable building libomptarget and add CMake switch
Introduce OPENMP_ENABLE_LIBOMPTARGET which defaults to OFF at the moment.
libomptarget is not yet ready for prime time:
- Offloading to NVIDIA GPUs is not completed yet (compiler, device RTL)
- The generic ELF plugin for offloading to the host (meant for testing)
uses a single instance of the OpenMP runtime (libomp). That is why
omp_is_initial_device() returns 1 which makes the tests fail.
Because of these reasons, we want to disable building (and testing!)
for release 5.0.
See https://bugs.llvm.org/show_bug.cgi?id=33859
Differential Revision: https://reviews.llvm.org/D35719
llvm-svn: 309115
Diffstat (limited to 'clang/test')
0 files changed, 0 insertions, 0 deletions

