From 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 19 Jan 2019 10:04:05 +0000 Subject: Vendor import of clang trunk r351319 (just before the release_80 branch point): https://llvm.org/svn/llvm-project/cfe/trunk@351319 --- test/Frontend/plugin-unknown.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Frontend/plugin-unknown.c (limited to 'test/Frontend/plugin-unknown.c') diff --git a/test/Frontend/plugin-unknown.c b/test/Frontend/plugin-unknown.c new file mode 100644 index 000000000000..5b225ae6639e --- /dev/null +++ b/test/Frontend/plugin-unknown.c @@ -0,0 +1,5 @@ +// RUN: not %clang_cc1 -plugin asdf %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s + +// CHECK: unable to find plugin 'asdf' +// ADD: unable to find plugin 'asdf' -- cgit v1.3