================
@@ -540,6 +554,20 @@ ifeq ($(CC_TYPE), clang)
CXXFLAGS += --driver-mode=g++
endif
+#----------------------------------------------------------------------
+# Check if we have any Fortran source files
+#----------------------------------------------------------------------
+ifneq "$(strip $(F_SOURCES))" ""
+ ifeq "$(FC)" ""
----------------
DavidSpickett wrote:
This if seems to be indented too far in.
https://github.com/llvm/llvm-project/pull/208298
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits