================ @@ -0,0 +1,26 @@ +# RUN: not --crash clangd -lit-test < %s 2> %t.err +# RUN: FileCheck %s < %t.err +# RUN: not --crash clangd -lit-test -sync=0 < %s 2> %t.async.err ---------------- HighCommander4 wrote:
This second run with `-sync=0` can be removed. (`crash-parse.test` was doing it because it was testing the presence of a crash handler which had to be installed separately in sync and async modes.) https://github.com/llvm/llvm-project/pull/177834 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
