diff --git a/emulators/rpcs3/files/patch-Utilities_typemap.h b/emulators/rpcs3/files/patch-Utilities_typemap.h new file mode 100644 index 000000000000..63d9a0c248f8 --- /dev/null +++ b/emulators/rpcs3/files/patch-Utilities_typemap.h @@ -0,0 +1,16 @@ +Workaround for https://bugs.llvm.org/show_bug.cgi?id=39246 + +--- Utilities/typemap.h.orig 2018-11-09 13:19:59 UTC ++++ Utilities/typemap.h +@@ -196,7 +196,11 @@ namespace utils + + // Type information for each used type + template ++#if defined(__clang__) && (__clang_major__ > 6 || (__clang_major__ == 6 && __clang_patchlevel__ > 0)) ++ const typeinfo g_typeinfo{}; ++#else + inline const typeinfo g_typeinfo{}; ++#endif + + template + struct typepoly