Skip to content

Commit 01f0bcd

Browse files
committed
Add new files
1 parent 3ddfd76 commit 01f0bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/lib/Semantics/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ add_flang_library(FortranSemantics PARTIAL_SOURCES_INTENDED
55
canonicalize-directives.cpp
66
canonicalize-do.cpp
77
canonicalize-omp.cpp
8-
check-omp-atomic.cpp
9-
check-omp-loop.cpp
10-
check-omp-metadirective.cpp
118
compute-offsets.cpp
129
data-to-inits.cpp
1310
definable.cpp
@@ -72,6 +69,9 @@ add_flang_library(FortranSemanticsCheck PARTIAL_SOURCES_INTENDED
7269
check-io.cpp
7370
check-namelist.cpp
7471
check-nullify.cpp
72+
check-omp-atomic.cpp
73+
check-omp-loop.cpp
74+
check-omp-metadirective.cpp
7575
check-omp-structure.cpp
7676
check-purity.cpp
7777
check-return.cpp

0 commit comments

Comments
 (0)