mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 00:44:17 +00:00
27 lines
996 B
Diff
27 lines
996 B
Diff
diff --git a/lldb/bindings/CMakeLists.txt b/lldb/bindings/CMakeLists.txt
|
|
index c8aa0bcf96817..9eed2f1e62999 100644
|
|
--- a/lldb/bindings/CMakeLists.txt
|
|
+++ b/lldb/bindings/CMakeLists.txt
|
|
@@ -26,8 +26,6 @@ set(SWIG_COMMON_FLAGS
|
|
-features autodoc
|
|
-I${LLDB_SOURCE_DIR}/include
|
|
-I${CMAKE_CURRENT_SOURCE_DIR}
|
|
- -D__STDC_LIMIT_MACROS
|
|
- -D__STDC_CONSTANT_MACROS
|
|
${DARWIN_EXTRAS}
|
|
)
|
|
|
|
diff --git a/lldb/bindings/interfaces.swig b/lldb/bindings/interfaces.swig
|
|
index fb75513a0df1b..d984711bbd8a2 100644
|
|
--- a/lldb/bindings/interfaces.swig
|
|
+++ b/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"
|