brintos

brintos / llvm-project-archived public Read only

0
0
Text · 434 B · ffd1cf7 Raw
11 lines · c
1// Check that these simple command lines for listing LLVM options are supported,2// as claimed by 'clang-linker-wrapper --help'.3 4// RUN: clang-linker-wrapper -mllvm --help 2>&1 | FileCheck %s5// RUN: clang-linker-wrapper --offload-opt=--help 2>&1 | FileCheck %s6 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>11