File tree Expand file tree Collapse file tree 1 file changed +22
-43
lines changed Expand file tree Collapse file tree 1 file changed +22
-43
lines changed Original file line number Diff line number Diff line change 1
- add_flang_library (FortranSemantics PARTIAL_SOURCES_INTENDED
1
+ add_flang_library (FortranSemantics
2
2
assignment.cpp
3
3
attr.cpp
4
4
canonicalize-acc.cpp
5
5
canonicalize-directives.cpp
6
6
canonicalize-do.cpp
7
7
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
48
8
check-acc-structure.cpp
49
9
check-allocate.cpp
50
10
check-arithmeticif.cpp
@@ -66,6 +26,27 @@ add_flang_library(FortranSemanticsCheck PARTIAL_SOURCES_INTENDED
66
26
check-select-rank.cpp
67
27
check-select-type.cpp
68
28
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
69
50
70
51
DEPENDS
71
52
acc_gen
@@ -82,5 +63,3 @@ add_flang_library(FortranSemanticsCheck PARTIAL_SOURCES_INTENDED
82
63
FrontendOpenACC
83
64
TargetParser
84
65
)
85
-
86
- target_link_libraries (FortranSemantics PUBLIC FortranSemanticsCheck )
You can’t perform that action at this time.
0 commit comments