From a6a53d113164230c3d4e67ced90cb5809851ffb9 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 23 Mar 2015 17:57:42 +0000 Subject: [PATCH] Remove non-standard Environment header section llvm-svn: 232973 --- lldb/scripts/Python/buildSwigPython.py | 5 ----- lldb/scripts/Python/finishSwigPythonLLDB.py | 5 ----- lldb/scripts/buildSwigWrapperClasses.py | 5 ----- lldb/scripts/finishSwigWrapperClasses.py | 5 ----- lldb/scripts/utilsArgsParse.py | 4 ---- lldb/scripts/utilsDebug.py | 6 +----- 6 files changed, 1 insertion(+), 29 deletions(-) diff --git a/lldb/scripts/Python/buildSwigPython.py b/lldb/scripts/Python/buildSwigPython.py index 36b0e7e..c69b24f 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 fc59ee9..0ddbf93 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 diff --git a/lldb/scripts/buildSwigWrapperClasses.py b/lldb/scripts/buildSwigWrapperClasses.py index 17e4983..ad3ef4e 100644 --- a/lldb/scripts/buildSwigWrapperClasses.py +++ b/lldb/scripts/buildSwigWrapperClasses.py @@ -16,11 +16,6 @@ cases the file generated by SWIG may need some tweaking before it is completely ready to use. - 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: For Windows OS it is assumed the SWIG executable can be found in the %PATH% environmental variable. diff --git a/lldb/scripts/finishSwigWrapperClasses.py b/lldb/scripts/finishSwigWrapperClasses.py index 67cc95a..75f7d46 100644 --- a/lldb/scripts/finishSwigWrapperClasses.py +++ b/lldb/scripts/finishSwigWrapperClasses.py @@ -15,11 +15,6 @@ language stuff fully functional. Any such post-processing is handled through the Python scripts called here. - 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: None. Copyright: None. diff --git a/lldb/scripts/utilsArgsParse.py b/lldb/scripts/utilsArgsParse.py index dd02cc9..58ed09a 100644 --- a/lldb/scripts/utilsArgsParse.py +++ b/lldb/scripts/utilsArgsParse.py @@ -9,10 +9,6 @@ Also give help information on arguments required by the program. - Environment: OS: Windows/LINUX/OSX - IDE: Visual Studio 2013 Plugin Python Tools (PTVS) - Script: Python 2.6 x64 - Gotchas: None. Copyright: None. diff --git a/lldb/scripts/utilsDebug.py b/lldb/scripts/utilsDebug.py index bf5410a..c500aa5 100644 --- a/lldb/scripts/utilsDebug.py +++ b/lldb/scripts/utilsDebug.py @@ -6,10 +6,6 @@ Overview: Python module to supply functions to help debug Python scripts. - Environment: OS: Windows/LINUX/OSX - IDE: Visual Studio 2013 Plugin Python Tools (PTVS) - Script: Python 2.6 x64 - Gotchas: None. Copyright: None. @@ -130,4 +126,4 @@ class CDebugFnVerbose: __strFnName = ""; - \ No newline at end of file + -- 2.7.4