Skip to content

Commit

Permalink
Revert "[lldb] Include SBLanguages in the SWIG bindings" (llvm#92490)
Browse files Browse the repository at this point in the history
Reverts llvm#92470
  • Loading branch information
JDevlieghere authored May 17, 2024
1 parent ebf2831 commit 5529278
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lldb/bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ file(GLOB_RECURSE SWIG_SOURCES *.swig)
file(GLOB SWIG_HEADERS
${LLDB_SOURCE_DIR}/include/lldb/API/*.h
${LLDB_SOURCE_DIR}/include/lldb/*.h
${LLDB_BINARY_DIR}/include/lldb/API/SBLanguages.h
)
file(GLOB SWIG_PRIVATE_HEADERS
${LLDB_SOURCE_DIR}/include/lldb/lldb-private*.h
Expand Down Expand Up @@ -31,7 +30,6 @@ set(SWIG_COMMON_FLAGS
-w361,362,509
-features autodoc
-I${LLDB_SOURCE_DIR}/include
-I${LLDB_BINARY_DIR}/include
-I${CMAKE_CURRENT_SOURCE_DIR}
${DARWIN_EXTRAS}
)
Expand Down
1 change: 0 additions & 1 deletion lldb/bindings/headers.swig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "lldb/API/SBHostOS.h"
#include "lldb/API/SBInstruction.h"
#include "lldb/API/SBInstructionList.h"
#include "lldb/API/SBLanguages.h"
#include "lldb/API/SBLanguageRuntime.h"
#include "lldb/API/SBLaunchInfo.h"
#include "lldb/API/SBLineEntry.h"
Expand Down
1 change: 0 additions & 1 deletion lldb/bindings/interfaces.swig
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
%include "lldb/API/SBHostOS.h"
%include "lldb/API/SBInstruction.h"
%include "lldb/API/SBInstructionList.h"
%include "lldb/API/SBLanguages.h"
%include "lldb/API/SBLanguageRuntime.h"
%include "lldb/API/SBLaunchInfo.h"
%include "lldb/API/SBLineEntry.h"
Expand Down

0 comments on commit 5529278

Please sign in to comment.