Skip to content

Commit c19f97d

Browse files
committed
Post-merge fixes
1 parent deb33c7 commit c19f97d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmp/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ if("${LLVM_DEFAULT_TARGET_TRIPLE}" MATCHES "^amdgcn|^nvptx" OR
171171
"${CMAKE_CXX_COMPILER_TARGET}" MATCHES "^amdgcn|^nvptx")
172172
add_subdirectory(device)
173173
else()
174-
add_subdirectory(module)
175-
176174
# Build host runtime library, after LIBOMPTARGET variables are set since they
177175
# are needed to enable time profiling support in the OpenMP runtime.
178176
add_subdirectory(runtime)

0 commit comments

Comments
 (0)