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.
1 parent 035afc6 commit 08c1be2Copy full SHA for 08c1be2
llvm/CMakeLists.txt
@@ -144,6 +144,12 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
144
endif()
145
146
147
+if ("flang-rt" IN_LIST LLVM_ENABLE_RUNTIMES)
148
+ if (NOT "flang" IN_LIST LLVM_ENABLE_PROJECTS)
149
+ message(FATAL_ERROR "Flang is not enabled, but is required for the Flang-RT runtime")
150
+ endif ()
151
+endif ()
152
+
153
# Select the runtimes to build
154
#
155
# As we migrate runtimes to using the bootstrapping build, the set of default runtimes
0 commit comments