sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
15
devel/llvm/13/patches/patch-lldb_bindings_interfaces_swig
Normal file
15
devel/llvm/13/patches/patch-lldb_bindings_interfaces_swig
Normal file
|
@ -0,0 +1,15 @@
|
|||
Fix build with swig 4.1.0
|
||||
cf https://reviews.llvm.org/D134877
|
||||
cf https://bugzilla.redhat.com/show_bug.cgi?id=2128646
|
||||
Index: lldb/bindings/interfaces.swig
|
||||
--- lldb/bindings/interfaces.swig.orig
|
||||
+++ lldb/bindings/interfaces.swig
|
||||
@@ -1,8 +1,5 @@
|
||||
/* Various liblldb typedefs that SWIG needs to know about. */
|
||||
#define __extension__ /* Undefine GCC keyword to make Swig happy when processing glibc's stdint.h. */
|
||||
-/* The ISO C99 standard specifies that in C++ implementations limit macros such
|
||||
- as INT32_MAX should only be defined if __STDC_LIMIT_MACROS is. */
|
||||
-#define __STDC_LIMIT_MACROS
|
||||
%include "stdint.i"
|
||||
|
||||
%include "lldb/lldb-defines.h"
|
Loading…
Add table
Add a link
Reference in a new issue