git: ade92d9844b2 - 2025Q1 - devel/llvm16: fix backport of llvm19 fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Mar 2025 18:38:28 UTC
The branch 2025Q1 has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ade92d9844b29bbc1ac41b61150a887a84e6a7b3
commit ade92d9844b29bbc1ac41b61150a887a84e6a7b3
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:09 +0000
devel/llvm16: 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: 9592edb43243 devel/llvm16: backport flang fixes for llvm19
(cherry picked from commit 78af7a3a03a4a5012cf378fd8d4c08eedf99eb05)
---
devel/llvm16/files/patch-backport-7bc7672925f81 | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/llvm16/files/patch-backport-7bc7672925f81 b/devel/llvm16/files/patch-backport-7bc7672925f81
index f3c8c2cfe769..8638a3ff4e96 100644
--- a/devel/llvm16/files/patch-backport-7bc7672925f81
+++ b/devel/llvm16/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