bolt/deps/llvm-18.1.8/llvm/test/Feature/load_plugin_error.ll

6 lines
214 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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