We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b64e428 + 32c3edc commit d32aeafCopy full SHA for d32aeaf
flang/unittests/Evaluate/CMakeLists.txt
@@ -26,17 +26,15 @@ add_flang_nongtest_unittest(integer
26
FortranSemantics
27
)
28
29
-if (FLANG_INCLUDE_RUNTIME)
30
- add_flang_nongtest_unittest(intrinsics
31
- FortranSupport
32
- NonGTestTesting
33
- FortranEvaluate
34
- FortranDecimal
35
- FortranSemantics
36
- FortranParser
37
- flang_rt
38
- )
39
-endif ()
+add_flang_nongtest_unittest(intrinsics
+ FortranSupport
+ NonGTestTesting
+ FortranEvaluate
+ FortranDecimal
+ FortranSemantics
+ FortranParser
+ flang_rt
+)
40
41
add_flang_nongtest_unittest(logical
42
NonGTestTesting
0 commit comments