diff options
author | Louis Dionne <ldionne@apple.com> | 2019-08-08 17:33:35 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-08-08 17:33:35 +0000 |
commit | 5f92cb70149c567c28b77be5723c5e20e882882f (patch) | |
tree | 4fc76f5d1aad0e8697e15424fc5553d26597e6bd /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e77eb50f6d66a08dce527aa0c014fd950f56717d (diff) | |
download | llvm-5f92cb70149c567c28b77be5723c5e20e882882f.zip llvm-5f92cb70149c567c28b77be5723c5e20e882882f.tar.gz llvm-5f92cb70149c567c28b77be5723c5e20e882882f.tar.bz2 |
[libc++] Fix environment variable passing in libc++'s `SSHExecutor` `lit` utility
Summary:
Quote the value of environment variables when passing them to the SSH
client in SSHExecutor in libc++'s lit utilities. Without the quotes,
an environment variable like FOO="buzz bar" gets passed incorrectly
like this, ssh env FOO=buzz bar, which causes bar to be treated as a
command to run, not part of the environment variable value.
We ran into this when using SSHExecutor to do bringup of our CUDA
libcu++ port on an embedded aarch64 system.
Patch by Bryce Adelstein Lelbach.
Differential Revision: https://reviews.llvm.org/D65960
llvm-svn: 368317
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions