From 1c8d48b2339608e63852c51690fae29994e51571 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Thu, 18 Apr 2024 14:04:44 +0200 Subject: [PATCH 1/2] bump to LLVM 18 --- net.rpcs3.RPCS3.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 9369753..faa996b 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -3,7 +3,7 @@ runtime: org.kde.Platform runtime-version: '6.6' sdk: org.kde.Sdk sdk-extensions: - - org.freedesktop.Sdk.Extension.llvm17 + - org.freedesktop.Sdk.Extension.llvm18 command: rpcs3 rename-desktop-file: rpcs3.desktop rename-appdata-file: rpcs3.metainfo.xml @@ -49,8 +49,8 @@ modules: buildsystem: cmake-ninja builddir: true build-options: - append-ld-library-path: /usr/lib/sdk/llvm17/lib - append-path: /usr/lib/sdk/llvm17/bin + append-ld-library-path: /usr/lib/sdk/llvm18/lib + append-path: /usr/lib/sdk/llvm18/bin cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer @@ -76,7 +76,7 @@ modules: - -DUSE_SYSTEM_ZLIB=ON - -Wno-dev post-install: - - cp /usr/lib/sdk/llvm17/lib/libLLVM-17.so /app/lib/ + - cp /usr/lib/sdk/llvm17/lib/libLLVM-18.so /app/lib/ - |- set -eux From 29b4e7564b2bba753039fc7c26e5dcd3d2155dc2 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Thu, 18 Apr 2024 22:39:37 +0200 Subject: [PATCH 2/2] fix llvm dir --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index faa996b..b5fcd81 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -76,7 +76,7 @@ modules: - -DUSE_SYSTEM_ZLIB=ON - -Wno-dev post-install: - - cp /usr/lib/sdk/llvm17/lib/libLLVM-18.so /app/lib/ + - cp /usr/lib/sdk/llvm18/lib/libLLVM-18.so /app/lib/ - |- set -eux