projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5223366
)
Disable OMPD tests. Causing CMake issue.
author
Ye Luo
<yeluo@anl.gov>
Sat, 12 Nov 2022 00:14:33 +0000
(18:14 -0600)
committer
Ye Luo
<yeluo@anl.gov>
Sat, 12 Nov 2022 00:16:07 +0000
(18:16 -0600)
openmp/libompd/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/openmp/libompd/CMakeLists.txt
b/openmp/libompd/CMakeLists.txt
index 54fa67d30520a6d37bbac150ddaa25c61c8b9c87..a62980aadcf6918a656aa60d9786e4dd30612845 100644
(file)
--- a/
openmp/libompd/CMakeLists.txt
+++ b/
openmp/libompd/CMakeLists.txt
@@
-16,6
+16,9
@@
if(LIBOMP_OMPD_SUPPORT)
add_subdirectory(src)
if(LIBOMP_OMPD_GDB_SUPPORT)
add_subdirectory(gdb-plugin)
- add_subdirectory(test)
+ # temporarily disabled
+ # test/CMakeLists.txt breaks DeviceRTL in LLVM_ENABLE_PROJECTS builds.
+ # find_package(LLVM) is likely the source of the trouble.
+ # add_subdirectory(test)
endif()
endif()