From 50eaa5a64eb72b760ae74c8254c3f23a9c534063 Mon Sep 17 00:00:00 2001 From: Brooks Davis <brooks@FreeBSD.org> Date: Wed, 12 Mar 2025 16:58:24 +0000 Subject: [PATCH] devel/llvm15: fix backport of llvm19 fixes There was a missing line in the patch causing part of it to be ignored. PR: 285195 Submitted by: milios@ccsys.com Fixes: ce2f720d96cd devel/llvm15: backport flang fixes for llvm19 --- devel/llvm15/files/patch-backport-7bc7672925f81 | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/llvm15/files/patch-backport-7bc7672925f81 b/devel/llvm15/files/patch-backport-7bc7672925f81 index f3c8c2cfe769..8638a3ff4e96 100644 --- a/devel/llvm15/files/patch-backport-7bc7672925f81 +++ b/devel/llvm15/files/patch-backport-7bc7672925f81 @@ -31,6 +31,7 @@ diff --git flang/lib/Evaluate/fold-real.cpp flang/lib/Evaluate/fold-real.cpp index 238ce34adfb7..f71addcc4094 100644 --- flang/lib/Evaluate/fold-real.cpp +++ flang/lib/Evaluate/fold-real.cpp +@@ -245,7 +245,7 @@ #ifndef _MSC_VER template #endif -- GitLab