We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb33c7 commit c19f97dCopy full SHA for c19f97d
openmp/CMakeLists.txt
@@ -171,8 +171,6 @@ if("${LLVM_DEFAULT_TARGET_TRIPLE}" MATCHES "^amdgcn|^nvptx" OR
171
"${CMAKE_CXX_COMPILER_TARGET}" MATCHES "^amdgcn|^nvptx")
172
add_subdirectory(device)
173
else()
174
- add_subdirectory(module)
175
-
176
# Build host runtime library, after LIBOMPTARGET variables are set since they
177
# are needed to enable time profiling support in the OpenMP runtime.
178
add_subdirectory(runtime)
0 commit comments