forked from OSchip/llvm-project
Add header files that were added to lldb.swig to the build
script, so it can keep track of dependencies accurately (for knowing when to re-build LLDBWrapPython.cpp). llvm-svn: 116765
This commit is contained in:
parent
c0dbdfb6c2
commit
e206be2129
|
@ -30,6 +30,11 @@ fi
|
|||
|
||||
|
||||
HEADER_FILES="${SRC_ROOT}/include/lldb/lldb-include.h"\
|
||||
" ${SRC_ROOT}/include/lldb/lldb-defines.h"\
|
||||
" ${SRC_ROOT}/include/lldb/lldb-enumerations.h"\
|
||||
" ${SRC_ROOT}/include/lldb/lldb-forward.h"\
|
||||
" ${SRC_ROOT}/include/lldb/lldb-forward-rtti.h"\
|
||||
" ${SRC_ROOT}/include/lldb/lldb-types.h"\
|
||||
" ${SRC_ROOT}/include/lldb/API/SBAddress.h"\
|
||||
" ${SRC_ROOT}/include/lldb/API/SBBlock.h"\
|
||||
" ${SRC_ROOT}/include/lldb/API/SBBreakpoint.h"\
|
||||
|
|
Loading…
Reference in New Issue