summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-04-25 21:15:49 +0000
committerNico Weber <nicolasweber@gmx.de>2016-04-25 21:15:49 +0000
commit47bf50577511f3a5c8a1efb4142cc3a3082b62b3 (patch)
tree656d0f8b507f5eaa814f432d4598e4db1f25f067 /llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
parent5c3140f7458a980af71d9fcea30ee688c7df2831 (diff)
downloadbcm5719-llvm-47bf50577511f3a5c8a1efb4142cc3a3082b62b3.tar.gz
bcm5719-llvm-47bf50577511f3a5c8a1efb4142cc3a3082b62b3.zip
driver: Add a `--rsp-quoting` flag to pick response file quoting.
Currently, clang-cl always uses Windows style for unquoting, and clang always uses POSIX style for unquoting. With this flag, it's possible to change these defaults. In general, response file quoting should match the shell the response file is used in. On Windows, it's possible to run clang-cl in a bash shell, or clang in cmd.exe, so a flag for overriding the default behavior is natural there. On non-Windows, Windows quoting probably never makes sense (except maybe in Wine), but having clang-cl behave differently based on the host OS seems strange too. So require that people who want to use posix-style response files with clang-cl on non-Windows pass --rsp-quoting=posix. http://reviews.llvm.org/D19425 llvm-svn: 267474
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud