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]
/
llvm
/
test
/
Feature
/
load_plugin_error.ll
blob
24a7cce5d8d397e23cdec498d5b62afeaa14d0af
1
; REQUIRES: plugins, examples
2
; UNSUPPORTED: target={{.*windows.*}}
3
4
; RUN: not opt < %s -load-pass-plugin=%t/nonexistant.so -disable-output 2>&1 | FileCheck %s
5
; CHECK: Could not load library {{.*}}nonexistant.so