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 e5641f6 commit b022f67Copy full SHA for b022f67
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