summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2019-03-10 01:34:42 +0000
committerShoaib Meenai <smeenai@fb.com>2019-03-10 01:34:42 +0000
commite72381990e573d69afa25fd643e0f1e1ce9584e3 (patch)
tree609a872a65939ec5d8548e26a93c9a2818a424e1 /lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
parent490975979bee1a75db06245ea62affc72912fb99 (diff)
downloadbcm5719-llvm-e72381990e573d69afa25fd643e0f1e1ce9584e3.tar.gz
bcm5719-llvm-e72381990e573d69afa25fd643e0f1e1ce9584e3.zip
[git-llvm] Only use --force-interactive when supported
The --force-interactive option was introduced in SVN 1.8, and trying to pass it to older SVN clients causes an error; CentOS 7 includes SVN 1.7, for example, so this makes `git llvm` not usable out of the box. Older clients would be interactive by default anyway [1], so just don't pass the option if it's not supported. An alternative would be to check the version instead of checking the help text, but I think directly detecting the presence of the option is more direct. [1] http://svn.apache.org/viewvc?view=revision&revision=1424037 Differential Revision: https://reviews.llvm.org/D59161 llvm-svn: 355782
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud