aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2020-11-12 17:20:11 +0100
committerRaphael Isemann <teemperor@gmail.com>2020-11-12 17:33:21 +0100
commitd4b08ccb87944ec6c647f02b536a40922ec2dd73 (patch)
tree32293896cc2da36fe88660745051b60252458e31 /clang/lib/Frontend/CompilerInvocation.cpp
parent173b51169b838255aff4d4ff4eb6014b101a9687 (diff)
downloadllvm-d4b08ccb87944ec6c647f02b536a40922ec2dd73.zip
llvm-d4b08ccb87944ec6c647f02b536a40922ec2dd73.tar.gz
llvm-d4b08ccb87944ec6c647f02b536a40922ec2dd73.tar.bz2
[lldb] Replace TestAbortExitCode with a debugserver specific test
When I added TestAbortExitCode I actually planned this to be a generic test for the exit code functionality on POSIX systems. However due to all the different test setups we can have I don't think this worked out. Right now the test had to be made so permissive that it pretty much can't fail. Just to summarize, we would need to support the following situations: 1. ToT debugserver (on macOS) 2. lldb-server (on other platforms) 3. Any old debugserver version when using the system debugserver (on macOS) This patch is removing TestAbortExitCode and adds a ToT debugserver specific test that checks the patch that motivated the whole exit code testing. There is already an exit-code test for lldb-server from what I can see and 3) is pretty much untestable as we don't know anything about the system debugserver. Reviewed By: kastiglione Differential Revision: https://reviews.llvm.org/D89305
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions