teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Nico Weber b1cb0b7957 s/LLVM_ON_WIN32/_WIN32/, lldb
LLVM_ON_WIN32 is set exactly with MSVC and MinGW (but not Cygwin) in            
HandleLLVMOptions.cmake, which is where _WIN32 defined too.  Just use the        
default macro instead of a reinvented one.                                      
                                                                                
See thread "Replacing LLVM_ON_WIN32 with just _WIN32" on llvm-dev and cfe-dev.  
No intended behavior change.

llvm-svn: 329697
2018-04-10 13:33:45 +00:00
..
CMakeLists.txt [CMake] [4/4] Update a batch of plugins 2017-01-31 22:31:38 +00:00
lldb-python.h s/LLVM_ON_WIN32/_WIN32/, lldb 2018-04-10 13:33:45 +00:00
PythonDataObjects.cpp Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
PythonDataObjects.h Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
PythonExceptionState.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PythonExceptionState.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ScriptInterpreterPython.cpp Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
ScriptInterpreterPython.h Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00