[llvm] a89a541 - Fix test introduced by d29fdfbc4e3b
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 12:36:41 PDT 2024
Author: Joel E. Denny
Date: 2024-06-26T15:36:00-04:00
New Revision: a89a54190ced6f7ded24eb3b6e5115dbe69eada8
URL: https://github.com/llvm/llvm-project/commit/a89a54190ced6f7ded24eb3b6e5115dbe69eada8
DIFF: https://github.com/llvm/llvm-project/commit/a89a54190ced6f7ded24eb3b6e5115dbe69eada8.diff
LOG: Fix test introduced by d29fdfbc4e3b
It breaks builds like:
https://lab.llvm.org/buildbot/#/builders/190/builds/744
Added:
Modified:
llvm/test/Feature/load_plugin_error.ll
Removed:
################################################################################
diff --git a/llvm/test/Feature/load_plugin_error.ll b/llvm/test/Feature/load_plugin_error.ll
index dc6e037d11387..a112bfbb1cd19 100644
--- a/llvm/test/Feature/load_plugin_error.ll
+++ b/llvm/test/Feature/load_plugin_error.ll
@@ -1,4 +1,4 @@
-; REQUIRES: plugins
+; REQUIRES: plugins, x86-registered-target
; UNSUPPORTED: target={{.*windows.*}}
; RUN: not opt < %s -load-pass-plugin=%t/nonexistent.so -disable-output 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list