[flang-commits] [flang] [flang] Unimportant change to test the Windows build (PR #82811)

Pete Steinfeld via flang-commits flang-commits at lists.llvm.org
Fri Feb 23 10:35:48 PST 2024


https://github.com/psteinfeld created https://github.com/llvm/llvm-project/pull/82811

Don't pay attention to this!

>From 96133d2ffff51b629a56ada4fec7ca97aea048b7 Mon Sep 17 00:00:00 2001
From: Peter Steinfeld <psteinfeld at nvidia.com>
Date: Fri, 23 Feb 2024 10:23:54 -0800
Subject: [PATCH] [flang] Unimportant change to test the Windows build

Don't pay attention to this!
---
 flang/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flang/CMakeLists.txt b/flang/CMakeLists.txt
index 21617aeea0215e..861dbe22cbe63d 100644
--- a/flang/CMakeLists.txt
+++ b/flang/CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
 
 option(FLANG_ENABLE_WERROR "Fail and stop building flang if a warning is triggered." OFF)
 
-# The out of tree builds of the compiler and the Fortran runtime
+# The out of tree builds of the compiler and the Fortran runtime 
 # must use the same setting of FLANG_RUNTIME_F128_MATH_LIB
 # to be composable. Failure to synchronize this setting may result
 # in linking errors or fatal failures in F128 runtime functions.



More information about the flang-commits mailing list