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 bb467f4 + b022f67 commit cc1073dCopy full SHA for cc1073d
flang/cmake/modules/FlangCommon.cmake
@@ -10,6 +10,9 @@
10
#
11
#===------------------------------------------------------------------------===#
12
13
+include(CheckCSourceCompiles)
14
+include(CheckIncludeFile)
15
+
16
# The out of tree builds of the compiler and the Fortran runtime
17
# must use the same setting of FLANG_RUNTIME_F128_MATH_LIB
18
# to be composable. Failure to synchronize this setting may result
0 commit comments