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)
3
3
file (GLOB SWIG_HEADERS
4
4
${LLDB_SOURCE_DIR} /include/lldb/API/*.h
5
5
${LLDB_SOURCE_DIR} /include/lldb/*.h
6
- ${LLDB_BINARY_DIR} /include/lldb/API/SBLanguages.h
7
6
)
8
7
file (GLOB SWIG_PRIVATE_HEADERS
9
8
${LLDB_SOURCE_DIR} /include/lldb/lldb-private*.h
@@ -31,7 +30,6 @@ set(SWIG_COMMON_FLAGS
31
30
-w361,362,509
32
31
-features autodoc
33
32
-I${LLDB_SOURCE_DIR}/include
34
- -I${LLDB_BINARY_DIR}/include
35
33
-I${CMAKE_CURRENT_SOURCE_DIR}
36
34
${DARWIN_EXTRAS}
37
35
)
Original file line number Diff line number Diff line change 36
36
#include "lldb/API/SBHostOS.h"
37
37
#include "lldb/API/SBInstruction.h"
38
38
#include "lldb/API/SBInstructionList.h"
39
- #include "lldb/API/SBLanguages.h"
40
39
#include "lldb/API/SBLanguageRuntime.h"
41
40
#include "lldb/API/SBLaunchInfo.h"
42
41
#include "lldb/API/SBLineEntry.h"
Original file line number Diff line number Diff line change 114
114
%include "lldb/API/SBHostOS.h"
115
115
%include "lldb/API/SBInstruction.h"
116
116
%include "lldb/API/SBInstructionList.h"
117
- %include "lldb/API/SBLanguages.h"
118
117
%include "lldb/API/SBLanguageRuntime.h"
119
118
%include "lldb/API/SBLaunchInfo.h"
120
119
%include "lldb/API/SBLineEntry.h"
You can’t perform that action at this time.
0 commit comments