1 | // RUN: not %clang_cc1 -plugin asdf %s 2>&1 | FileCheck %s |
---|---|
2 | // RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s |
3 | |
4 | // CHECK: unable to find plugin 'asdf' |
5 | // ADD: unable to find plugin 'asdf' |
6 |
1 | // RUN: not %clang_cc1 -plugin asdf %s 2>&1 | FileCheck %s |
---|---|
2 | // RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s |
3 | |
4 | // CHECK: unable to find plugin 'asdf' |
5 | // ADD: unable to find plugin 'asdf' |
6 |