summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp
blob: bc625da0e53bcd48c1350f71befddcd5c54a2249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Purpose:
//     Check the `clang-opt-bisect` tool runs with typical input.
//
// REQUIRES: system-linux, lldb
//
// RUN: true
// RUN: %dexter clang-opt-bisect --debugger 'lldb' --builder 'clang' \
// RUN:     --cflags "-O0 -g" -- %s \
// RUN:     | FileCheck %s
// CHECK: running pass 0
// CHECK: wrote{{.*}}per_pass_score
// CHECK: wrote{{.*}}pass-summary
// CHECK: wrote{{.*}}overall-pass-summary

int main() {
    return 0;
}
OpenPOWER on IntegriCloud