git: 670a29d46198 - 2025Q1 - devel/llvm15: fix backport of llvm19 fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Mar 2025 18:38:27 UTC
The branch 2025Q1 has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=670a29d46198724fda3f1159dd1ddf631bf40071
commit 670a29d46198724fda3f1159dd1ddf631bf40071
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-03-12 16:58:24 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-03-17 18:38:08 +0000
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
(cherry picked from commit 50eaa5a64eb72b760ae74c8254c3f23a9c534063)
---
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