diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-29 19:22:24 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-29 19:22:24 +0000 |
commit | f1c95f8bcb2565a3efe11d989cfa55bbea7d315f (patch) | |
tree | 371406d819f6dcfdb4793bafb4ba9a9ccf772b64 /lldb/scripts/Python/build-swig-Python.sh | |
parent | 31e4be06c40d9bcfdfe9b478abee95e054cd9958 (diff) | |
download | bcm5719-llvm-f1c95f8bcb2565a3efe11d989cfa55bbea7d315f.tar.gz bcm5719-llvm-f1c95f8bcb2565a3efe11d989cfa55bbea7d315f.zip |
Update comments.
llvm-svn: 130533
Diffstat (limited to 'lldb/scripts/Python/build-swig-Python.sh')
-rwxr-xr-x | lldb/scripts/Python/build-swig-Python.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/build-swig-Python.sh b/lldb/scripts/Python/build-swig-Python.sh index 0c28872046f..c6496488758 100755 --- a/lldb/scripts/Python/build-swig-Python.sh +++ b/lldb/scripts/Python/build-swig-Python.sh @@ -173,7 +173,7 @@ fi $SWIG -c++ -shadow -python -I"/usr/include" -I"${SRC_ROOT}/include" -I./. -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" -# Implement the iterator protocol for some lldb objects. +# Implement the iterator protocol and/or eq/ne operators for some lldb objects. # Append global variable to lldb Python module. # And initialize the lldb debugger subsystem. current_dir=`pwd` |