diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-09-01 21:09:19 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-09-01 21:09:19 +0000 |
commit | e68b47070f617ffa8becd3c9d777a93cf2c3b6a8 (patch) | |
tree | 8be03b9a0942737f8fbf7ab96aed4a2a62f2ee1f /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 90646fe815d254fd50144ba72c56247785048b64 (diff) | |
download | bcm5719-llvm-e68b47070f617ffa8becd3c9d777a93cf2c3b6a8.tar.gz bcm5719-llvm-e68b47070f617ffa8becd3c9d777a93cf2c3b6a8.zip |
cstdio: limit gets to CRT versions below 14
Microsoft removed gets from the CRT in Visual Studio 2015 onwards [1].
Attempting to reference it when targeting CRT versions 14 and above will cause
compile errors.
[1] https://msdn.microsoft.com/en-us/library/2029ea5f.aspx
Patch by Shoaib Meenai!
llvm-svn: 280417
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions