git: 78af7a3a03a4 - main - devel/llvm16: fix backport of llvm19 fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 00:57:01 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=78af7a3a03a4a5012cf378fd8d4c08eedf99eb05
commit 78af7a3a03a4a5012cf378fd8d4c08eedf99eb05
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-03-12 16:58:24 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-03-14 00:56:38 +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
---
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