Skip to content

Commit 32c3edc

Browse files
committed
unittest intrinsics does not use runtime
1 parent dd3ac2e commit 32c3edc

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

flang/unittests/Evaluate/CMakeLists.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,14 @@ add_flang_nongtest_unittest(integer
2626
FortranSemantics
2727
)
2828

29-
if (FLANG_INCLUDE_RUNTIME)
30-
add_flang_nongtest_unittest(intrinsics
31-
FortranSupport
32-
NonGTestTesting
33-
FortranEvaluate
34-
FortranDecimal
35-
FortranSemantics
36-
FortranParser
37-
FortranRuntime
38-
)
39-
endif ()
29+
add_flang_nongtest_unittest(intrinsics
30+
FortranSupport
31+
NonGTestTesting
32+
FortranEvaluate
33+
FortranDecimal
34+
FortranSemantics
35+
FortranParser
36+
)
4037

4138
add_flang_nongtest_unittest(logical
4239
NonGTestTesting

0 commit comments

Comments
 (0)