Index: branches/2018Q4/emulators/rpcs3/files/patch-Utilities_typemap.h =================================================================== --- branches/2018Q4/emulators/rpcs3/files/patch-Utilities_typemap.h (nonexistent) +++ branches/2018Q4/emulators/rpcs3/files/patch-Utilities_typemap.h (revision 484601) @@ -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 Property changes on: branches/2018Q4/emulators/rpcs3/files/patch-Utilities_typemap.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 484600) +++ branches/2018Q4 (revision 484601) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r484600