diff options
author | Simon Tatham <simon.tatham@arm.com> | 2023-10-25 08:27:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 08:27:06 +0100 |
commit | 9ae11a5bacb781f6899861ab2197a8cd711c5e6c (patch) | |
tree | f91974b0dc03e431e0fa22655cf248174de12091 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | b6b0756ce5c4e2e07d7f6f1f430d3d29afe9a8a8 (diff) | |
download | llvm-9ae11a5bacb781f6899861ab2197a8cd711c5e6c.zip llvm-9ae11a5bacb781f6899861ab2197a8cd711c5e6c.tar.gz llvm-9ae11a5bacb781f6899861ab2197a8cd711c5e6c.tar.bz2 |
[Driver] Add `--` to some test clang-cl command lines. (#70055)
If clang/test/Driver/cl-offload.cu is run on Unix in a directory whose
absolute pathname starts with `/w`, such as the `/workspace` used by at
least some Jenkins CI setups, then the file name on the clang command
line is misinterpreted as some kind of MSVC warning-control option, and
ignored by the catch-all `_SLASH_w` option in Options.td.
Other clang-cl tests take care to put a `--` before the input file name,
to force clang to treat it as a filename even if it starts with a / and
accidentally looks like a cl option. Do the same here.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions