File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ file(GLOB_RECURSE SWIG_SOURCES *.swig)
33file (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)
87file (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)
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments