Skip to content

Commit 41f27ae

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b022f676fc82' from llvm.org/main into next
2 parents b4b6f73 + b022f67 commit 41f27ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flang/cmake/modules/FlangCommon.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
#
1111
#===------------------------------------------------------------------------===#
1212

13+
include(CheckCSourceCompiles)
14+
include(CheckIncludeFile)
15+
1316
# The out of tree builds of the compiler and the Fortran runtime
1417
# must use the same setting of FLANG_RUNTIME_F128_MATH_LIB
1518
# to be composable. Failure to synchronize this setting may result

0 commit comments

Comments
 (0)