[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / Feature / load_plugin_error.ll
bloba112bfbb1cd193c11027bd894ac23b9f5207e07c
1 ; REQUIRES: plugins, x86-registered-target
2 ; UNSUPPORTED: target={{.*windows.*}}
4 ; RUN: not opt < %s -load-pass-plugin=%t/nonexistent.so -disable-output 2>&1 | FileCheck %s
6 ; RUN: opt %s -o %t.o
7 ; RUN: not llvm-lto2 run -load-pass-plugin=%t/nonexistent.so %t.o -o %t \
8 ; RUN:     -r %t.o,test 2>&1 | \
9 ; RUN:   FileCheck %s
11 ; CHECK: Could not load library {{.*}}nonexistent.so
13 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
14 target triple = "x86_64-unknown-linux-gnu"
16 define void @test() {
17   ret void