Author: emaste
Date: Mon Mar 23 12:57:42 2015
New Revision: 232973

URL: http://llvm.org/viewvc/llvm-project?rev=232973&view=rev
Log:
Remove non-standard Environment header section


Modified:
    lldb/trunk/scripts/Python/buildSwigPython.py
    lldb/trunk/scripts/Python/finishSwigPythonLLDB.py
    lldb/trunk/scripts/buildSwigWrapperClasses.py
    lldb/trunk/scripts/finishSwigWrapperClasses.py
    lldb/trunk/scripts/utilsArgsParse.py
    lldb/trunk/scripts/utilsDebug.py

Modified: lldb/trunk/scripts/Python/buildSwigPython.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/buildSwigPython.py?rev=232973&r1=232972&r2=232973&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/buildSwigPython.py (original)
+++ lldb/trunk/scripts/Python/buildSwigPython.py Mon Mar 23 12:57:42 2015
@@ -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 

Modified: lldb/trunk/scripts/Python/finishSwigPythonLLDB.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/finishSwigPythonLLDB.py?rev=232973&r1=232972&r2=232973&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/finishSwigPythonLLDB.py (original)
+++ lldb/trunk/scripts/Python/finishSwigPythonLLDB.py Mon Mar 23 12:57:42 2015
@@ -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

Modified: lldb/trunk/scripts/buildSwigWrapperClasses.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/buildSwigWrapperClasses.py?rev=232973&r1=232972&r2=232973&view=diff
==============================================================================
--- lldb/trunk/scripts/buildSwigWrapperClasses.py (original)
+++ lldb/trunk/scripts/buildSwigWrapperClasses.py Mon Mar 23 12:57:42 2015
@@ -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.
 

Modified: lldb/trunk/scripts/finishSwigWrapperClasses.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/finishSwigWrapperClasses.py?rev=232973&r1=232972&r2=232973&view=diff
==============================================================================
--- lldb/trunk/scripts/finishSwigWrapperClasses.py (original)
+++ lldb/trunk/scripts/finishSwigWrapperClasses.py Mon Mar 23 12:57:42 2015
@@ -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.

Modified: lldb/trunk/scripts/utilsArgsParse.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/utilsArgsParse.py?rev=232973&r1=232972&r2=232973&view=diff
==============================================================================
--- lldb/trunk/scripts/utilsArgsParse.py (original)
+++ lldb/trunk/scripts/utilsArgsParse.py Mon Mar 23 12:57:42 2015
@@ -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.

Modified: lldb/trunk/scripts/utilsDebug.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/utilsDebug.py?rev=232973&r1=232972&r2=232973&view=diff
==============================================================================
--- lldb/trunk/scripts/utilsDebug.py (original)
+++ lldb/trunk/scripts/utilsDebug.py Mon Mar 23 12:57:42 2015
@@ -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
+       


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to