[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / linker-wrapper-llvm-help.c
blobffd1cf78bcd9add5192d9cba2363d52e5d7919d9
1 // Check that these simple command lines for listing LLVM options are supported,
2 // as claimed by 'clang-linker-wrapper --help'.
4 // RUN: clang-linker-wrapper -mllvm --help 2>&1 | FileCheck %s
5 // RUN: clang-linker-wrapper --offload-opt=--help 2>&1 | FileCheck %s
7 // Look for a few options supported only after -mllvm and --offload-opt.
8 // CHECK: OPTIONS:
9 // CHECK-DAG: --passes=<string>
10 // CHECK-DAG: --load-pass-plugin=<string>