Sign in
llvm
/
llvm-project.git
/
073cc40a343bdb87b43a45598c947de52f6f2de5
/
.
/
llvm
/
test
/
Feature
/
load_plugin_error.ll
blob: 24a7cce5d8d397e23cdec498d5b62afeaa14d0af [
file
] [
log
] [
blame
]
; REQUIRES: plugins, examples
; UNSUPPORTED: target={{.*windows.*}}
; RUN: not opt < %s -load-pass-plugin=%t/nonexistant.so -disable-output 2>&1 | FileCheck %s
; CHECK: Could not load library {{.*}}nonexistant.so