repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Frontend
/
plugin-unknown.c
blob
5b225ae6639e80ab09f73449cf8dfcc20d490802
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'