You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
83a093b8ec
These test are checking for diagnostics printed by the driver. During replay we only replay the SB API calls made by the driver, so it's expected that these messages aren't displayed.
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
# UNSUPPORTED: lldb-repro
|
|
#
|
|
# RUN: not %lldb -c /bogus/path 2>&1 | FileCheck %s
|
|
# CHECK: error: file specified in --core (-c) option doesn't exist
|