summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/debug-info-openmp-array.cpp
diff options
context:
space:
mode:
authorVadim Macagon <vadim.macagon@gmail.com>2016-10-13 04:07:22 +0000
committerVadim Macagon <vadim.macagon@gmail.com>2016-10-13 04:07:22 +0000
commitbdff2dc8d775948284471d15d15dc0d4d345c409 (patch)
tree8242e2a140031cb5d359c556181be05906a2a128 /clang/test/OpenMP/debug-info-openmp-array.cpp
parent5068d7a338fea589baad6e4f4330937268c7127d (diff)
downloadbcm5719-llvm-bdff2dc8d775948284471d15d15dc0d4d345c409.tar.gz
bcm5719-llvm-bdff2dc8d775948284471d15d15dc0d4d345c409.zip
Fix Python binding generation build step on Windows
Summary: If Python is installed to a location that contains spaces (e.g. "C:\Program Files\Python3") then the build fails while attempting to run the modify-python-lldb.py script because the path to the Python executable is not double-quoted before being passed to the shell. The fix consists of letting Python handle the formatting of the command line, since subprocess.Popen() is perfectly capable of handling paths containing spaces if it's given the command and arguments as a list instead of a single pre-formatted string. Reviewers: zturner, clayborg Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D25396 llvm-svn: 284100
Diffstat (limited to 'clang/test/OpenMP/debug-info-openmp-array.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud