summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-03-23 17:57:42 +0000
committerEd Maste <emaste@freebsd.org>2015-03-23 17:57:42 +0000
commita6a53d113164230c3d4e67ced90cb5809851ffb9 (patch)
tree178255335defca4074fba037e816cfd27e02eba3 /lldb/scripts/Python
parentf0581dda030c45cb5cebbf2ddf69d3af4fc2c5a7 (diff)
downloadbcm5719-llvm-a6a53d113164230c3d4e67ced90cb5809851ffb9.tar.gz
bcm5719-llvm-a6a53d113164230c3d4e67ced90cb5809851ffb9.zip
Remove non-standard Environment header section
llvm-svn: 232973
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/buildSwigPython.py5
-rw-r--r--lldb/scripts/Python/finishSwigPythonLLDB.py5
2 files changed, 0 insertions, 10 deletions
diff --git a/lldb/scripts/Python/buildSwigPython.py b/lldb/scripts/Python/buildSwigPython.py
index 36b0e7e396b..c69b24f199f 100644
--- a/lldb/scripts/Python/buildSwigPython.py
+++ b/lldb/scripts/Python/buildSwigPython.py
@@ -6,11 +6,6 @@
Overview: Creates SWIG Python C++ Script Bridge wrapper code. This
script is called by build-swig-wrapper-classes.py in turn.
- Environment: OS: Windows Vista or newer, LINUX, OSX.
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6/2.7.5 x64
- Other: SWIG 2.0.11
-
Gotchas: Python debug complied pythonXX_d.lib is required for SWIG
to build correct LLDBWrapperPython.cpp in order for Visual
Studio to compile successfully. The release version of the
diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py
index fc59ee99040..0ddbf9342ef 100644
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
@@ -22,11 +22,6 @@
appropriate place, and copies the lldb.py (and
embedded_interpreter.py) file to the correct directory.
- Environment: OS: Windows Vista or newer, LINUX, OSX.
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6/2.7.5 x64
- Other: None.
-
Gotchas: Python debug complied pythonXX_d.lib is required for SWIG
to build correct LLDBWrapperPython.cpp in order for Visual
Studio to compile successfully. The release version of the
OpenPOWER on IntegriCloud