diff options
author | Martin Storsjo <martin@martin.st> | 2019-09-24 08:39:12 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-09-24 08:39:12 +0000 |
commit | 3abbd43a5954c301b7661f4df3f19453dcb6caff (patch) | |
tree | 0cb193999e3fa41b596e479d4ff783c87b6e291f /lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py | |
parent | 02dddfd2aef3ba7696e78003947d72034beadba0 (diff) | |
download | bcm5719-llvm-3abbd43a5954c301b7661f4df3f19453dcb6caff.tar.gz bcm5719-llvm-3abbd43a5954c301b7661f4df3f19453dcb6caff.zip |
[LLDB] Avoid warnings about redefining posix mode defines on MinGW
Since these defines were added in LLVM SVN r189364 in 2013,
mingw-w64 got defines for S_I?GRP, S_IRWXG, S_I?OTH and S_IRWXO
in 2015.
Also change the existing defined(_MSC_VER) into ifndef S_IRUSR, for
consistency.
Differential Revision: https://reviews.llvm.org/D67910
llvm-svn: 372700
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py')
0 files changed, 0 insertions, 0 deletions