File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ set(FLANG_TEST_DEPENDS
72
72
llvm-readobj
73
73
split-file
74
74
FortranRuntime
75
- FortranCommon
76
75
)
77
76
if (LLVM_ENABLE_PLUGINS AND NOT WIN32 )
78
77
list (APPEND FLANG_TEST_DEPENDS Bye )
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ add_flang_tool(f18-parse-demo
12
12
target_link_libraries (f18-parse-demo
13
13
PRIVATE
14
14
FortranCommon
15
+ FortranSupport
15
16
FortranParser
16
17
)
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ target_link_libraries(tco PRIVATE
20
20
flangPasses
21
21
FlangOpenMPTransforms
22
22
FortranCommon
23
+ FortranSupport
23
24
${dialect_libs}
24
25
${extension_libs}
25
26
MLIRIR
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ add_flang_nongtest_unittest(uint128
27
27
28
28
add_flang_nongtest_unittest (expression
29
29
FortranCommon
30
+ FortranSupport
30
31
FortranEvaluateTesting
31
32
FortranEvaluate
32
33
FortranSemantics
@@ -41,6 +42,7 @@ add_flang_nongtest_unittest(integer
41
42
42
43
add_flang_nongtest_unittest (intrinsics
43
44
FortranCommon
45
+ FortranSupport
44
46
FortranEvaluateTesting
45
47
FortranEvaluate
46
48
FortranSemantics
@@ -64,6 +66,7 @@ add_flang_nongtest_unittest(real
64
66
FortranEvaluateTesting
65
67
FortranEvaluate
66
68
FortranCommon
69
+ FortranSupport
67
70
FortranSemantics
68
71
)
69
72
llvm_update_compile_flags (real.test )
@@ -84,6 +87,7 @@ add_flang_nongtest_unittest(ISO-Fortran-binding
84
87
85
88
add_flang_nongtest_unittest (folding
86
89
FortranCommon
90
+ FortranSupport
87
91
FortranEvaluateTesting
88
92
FortranEvaluate
89
93
FortranSemantics
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ target_link_libraries(FlangFrontendTests
19
19
FortranParser
20
20
FortranSemantics
21
21
FortranCommon
22
+ FortranSupport
22
23
FortranEvaluate
23
24
MLIRIR
24
25
)
You can’t perform that action at this time.
0 commit comments