Skip to content

Commit 5529278

Browse files
authored
Revert "[lldb] Include SBLanguages in the SWIG bindings" (#92490)
Reverts #92470
1 parent ebf2831 commit 5529278

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

lldb/bindings/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ file(GLOB_RECURSE SWIG_SOURCES *.swig)
33
file(GLOB SWIG_HEADERS
44
${LLDB_SOURCE_DIR}/include/lldb/API/*.h
55
${LLDB_SOURCE_DIR}/include/lldb/*.h
6-
${LLDB_BINARY_DIR}/include/lldb/API/SBLanguages.h
76
)
87
file(GLOB SWIG_PRIVATE_HEADERS
98
${LLDB_SOURCE_DIR}/include/lldb/lldb-private*.h
@@ -31,7 +30,6 @@ set(SWIG_COMMON_FLAGS
3130
-w361,362,509
3231
-features autodoc
3332
-I${LLDB_SOURCE_DIR}/include
34-
-I${LLDB_BINARY_DIR}/include
3533
-I${CMAKE_CURRENT_SOURCE_DIR}
3634
${DARWIN_EXTRAS}
3735
)

lldb/bindings/headers.swig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include "lldb/API/SBHostOS.h"
3737
#include "lldb/API/SBInstruction.h"
3838
#include "lldb/API/SBInstructionList.h"
39-
#include "lldb/API/SBLanguages.h"
4039
#include "lldb/API/SBLanguageRuntime.h"
4140
#include "lldb/API/SBLaunchInfo.h"
4241
#include "lldb/API/SBLineEntry.h"

lldb/bindings/interfaces.swig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
%include "lldb/API/SBHostOS.h"
115115
%include "lldb/API/SBInstruction.h"
116116
%include "lldb/API/SBInstructionList.h"
117-
%include "lldb/API/SBLanguages.h"
118117
%include "lldb/API/SBLanguageRuntime.h"
119118
%include "lldb/API/SBLaunchInfo.h"
120119
%include "lldb/API/SBLineEntry.h"

0 commit comments

Comments
 (0)