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.
9 // CHECK-DAG: --passes=<string>
10 // CHECK-DAG: --load-pass-plugin=<string>