Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 06:15:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265425] [exp-run] Against llvm-15-update branch on GitHub
Message-ID:  <bug-265425-7788-sDYglNLa7V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265425-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265425-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265425

Mike Cui <cuicui@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cuicui@gmail.com

--- Comment #22 from Mike Cui <cuicui@gmail.com> ---
Tried with your llvm-15.0.3 tree. java/openjdk8 needs this patch:

--- jdk/src/share/bin/splashscreen_stubs.c.orig 2022-10-20 21:51:18.6998220=
00
-0700
+++ jdk/src/share/bin/splashscreen_stubs.c      2022-10-20 21:51:48.6433550=
00
-0700
@@ -61,11 +61,11 @@
 #define INVOKEV(name) _INVOKE(name, ,;)

 int     DoSplashLoadMemory(void* pdata, int size) {
-    INVOKE(SplashLoadMemory, NULL)(pdata, size);
+    INVOKE(SplashLoadMemory, 0)(pdata, size);
 }

 int     DoSplashLoadFile(const char* filename) {
-    INVOKE(SplashLoadFile, NULL)(filename);
+    INVOKE(SplashLoadFile, 0)(filename);
 }

 void    DoSplashInit(void) {

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265425-7788-sDYglNLa7V>