diff options
author | Louis Dionne <ldionne@apple.com> | 2020-04-17 16:43:35 -0400 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2020-04-18 11:22:42 -0400 |
commit | 5eb8d45ab5b85cb3a2edfe995cbf1d4b1beae462 (patch) | |
tree | 3150659ad566c86c91879e3b019a37094c3a70f8 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 87383e408d41623ada41e2bbc371b037fa29e894 (diff) | |
download | llvm-5eb8d45ab5b85cb3a2edfe995cbf1d4b1beae462.zip llvm-5eb8d45ab5b85cb3a2edfe995cbf1d4b1beae462.tar.gz llvm-5eb8d45ab5b85cb3a2edfe995cbf1d4b1beae462.tar.bz2 |
[libc++] Use proper shell escaping in the executors
This was originally committed as f8452ddfcc33 and reverted in 7cb1aa9d9368.
The issue was that shell builtins were being escaped too, and apparently
Bash won't execute a builtin when it is quoted e.g. '!'. Instead, it
thinks it's a command and it can't find it.
Re-committing the change with that issue fixed.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions