Discussion thread: https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.html Move debuginfo-test into a subdirectory of a new top-level directory, called cross-project-tests. The new name replaces "debuginfo-test" as an LLVM project enabled via LLVM_ENABLE_PROJECTS. Differential Revision: https://reviews.llvm.org/D95339 Reviewed by: aprantl
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
Purpose:
|
|
Check the `help` subtool runs.
|
|
|
|
RUN: %dexter_base help | FileCheck %s
|
|
CHECK: The following subtools are available:
|
|
CHECK: clang-opt-bisect
|
|
CHECK: help
|
|
CHECK: list-debuggers
|
|
CHECK: test
|
|
CHECK: view
|