Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Feature / load_plugin_error.ll
blob24a7cce5d8d397e23cdec498d5b62afeaa14d0af
1 ; REQUIRES: plugins, examples
2 ; UNSUPPORTED: target={{.*windows.*}}
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