6
0
Files
nodejs-electron/swiftshader-llvm19-LLVMReactor-incomplete-Module.patch
Bruno Pitrus 2f89641587 Accepting request 1223156 from home:dziobian:gulgul-ultron:19
- Fix build on Fedora 41+:
  * zip_internal-missing-uLong-Z_DEFAULT_COMPRESSION.patch
  * swiftshader-llvm19-LLVMJIT-getHostCPUFeatures.patch
  * swiftshader-llvm19-LLVMReactor-incomplete-Module.patch
  * build with system minizip, yuv, simdutf, re2

OBS-URL: https://build.opensuse.org/request/show/1223156
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=177
2024-11-10 09:41:57 +00:00

11 lines
426 B
Diff

--- src/third_party/swiftshader/src/Reactor/LLVMReactor.cpp.orig 2024-10-29 10:12:16.688190300 +0100
+++ src/third_party/swiftshader/src/Reactor/LLVMReactor.cpp 2024-11-06 19:06:12.194548700 +0100
@@ -25,6 +25,7 @@
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IntrinsicsX86.h"
+#include "llvm/IR/Module.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ManagedStatic.h"