diff options
author | Caroline Tice <ctice@apple.com> | 2010-10-18 23:00:51 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-10-18 23:00:51 +0000 |
commit | e206be2129653b4b5db74c4139d0db0d1d5c9b1f (patch) | |
tree | d3923f5afeaf438397fba6a2ffcdefdca0068f7e /lldb/scripts/Python/build-swig-Python.sh | |
parent | c0dbdfb6c250130321736acce1230bd35c54f6cb (diff) | |
download | bcm5719-llvm-e206be2129653b4b5db74c4139d0db0d1d5c9b1f.tar.gz bcm5719-llvm-e206be2129653b4b5db74c4139d0db0d1d5c9b1f.zip |
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
Diffstat (limited to 'lldb/scripts/Python/build-swig-Python.sh')
-rwxr-xr-x | lldb/scripts/Python/build-swig-Python.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/scripts/Python/build-swig-Python.sh b/lldb/scripts/Python/build-swig-Python.sh index 404cdfa8bc6..17b880ae03f 100755 --- a/lldb/scripts/Python/build-swig-Python.sh +++ b/lldb/scripts/Python/build-swig-Python.sh @@ -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"\ |