Skip to content

Commit 849ec21

Browse files
committed
Undo unrealated change
1 parent 74588b1 commit 849ec21

File tree

1 file changed

+22
-43
lines changed

1 file changed

+22
-43
lines changed

flang/lib/Semantics/CMakeLists.txt

Lines changed: 22 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,10 @@
1-
add_flang_library(FortranSemantics PARTIAL_SOURCES_INTENDED
1+
add_flang_library(FortranSemantics
22
assignment.cpp
33
attr.cpp
44
canonicalize-acc.cpp
55
canonicalize-directives.cpp
66
canonicalize-do.cpp
77
canonicalize-omp.cpp
8-
compute-offsets.cpp
9-
data-to-inits.cpp
10-
definable.cpp
11-
expression.cpp
12-
mod-file.cpp
13-
openmp-modifiers.cpp
14-
pointer-assignment.cpp
15-
program-tree.cpp
16-
resolve-labels.cpp
17-
resolve-directives.cpp
18-
resolve-names-utils.cpp
19-
resolve-names.cpp
20-
rewrite-directives.cpp
21-
rewrite-parse-tree.cpp
22-
runtime-type-info.cpp
23-
scope.cpp
24-
semantics.cpp
25-
symbol.cpp
26-
tools.cpp
27-
type.cpp
28-
unparse-with-symbols.cpp
29-
30-
DEPENDS
31-
acc_gen
32-
omp_gen
33-
34-
LINK_LIBS
35-
FortranSupport
36-
FortranParser
37-
FortranEvaluate
38-
39-
LINK_COMPONENTS
40-
Support
41-
FrontendOpenMP
42-
FrontendOpenACC
43-
TargetParser
44-
)
45-
46-
47-
add_flang_library(FortranSemanticsCheck PARTIAL_SOURCES_INTENDED
488
check-acc-structure.cpp
499
check-allocate.cpp
5010
check-arithmeticif.cpp
@@ -66,6 +26,27 @@ add_flang_library(FortranSemanticsCheck PARTIAL_SOURCES_INTENDED
6626
check-select-rank.cpp
6727
check-select-type.cpp
6828
check-stop.cpp
29+
compute-offsets.cpp
30+
data-to-inits.cpp
31+
definable.cpp
32+
expression.cpp
33+
mod-file.cpp
34+
openmp-modifiers.cpp
35+
pointer-assignment.cpp
36+
program-tree.cpp
37+
resolve-labels.cpp
38+
resolve-directives.cpp
39+
resolve-names-utils.cpp
40+
resolve-names.cpp
41+
rewrite-directives.cpp
42+
rewrite-parse-tree.cpp
43+
runtime-type-info.cpp
44+
scope.cpp
45+
semantics.cpp
46+
symbol.cpp
47+
tools.cpp
48+
type.cpp
49+
unparse-with-symbols.cpp
6950

7051
DEPENDS
7152
acc_gen
@@ -82,5 +63,3 @@ add_flang_library(FortranSemanticsCheck PARTIAL_SOURCES_INTENDED
8263
FrontendOpenACC
8364
TargetParser
8465
)
85-
86-
target_link_libraries(FortranSemantics PUBLIC FortranSemanticsCheck)

0 commit comments

Comments
 (0)