6 lines · c
1// RUN: not %clang_cc1 -plugin asdf %s 2>&1 | FileCheck %s2// RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s3 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 %s2// RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s3 4// CHECK: unable to find plugin 'asdf'5// ADD: unable to find plugin 'asdf'6