[llvm] [llvm] Delete `codegen-plugin-loading.ll` test (PR #182453)

Jonas Hahnfeld via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 20 00:25:07 PST 2026


https://github.com/hahnjo created https://github.com/llvm/llvm-project/pull/182453

It tested the `-load` command line argument that was removed in commit 6fdbcf68ba.

>From 91adf25f5fb627dc339ec561b01466e2847b9372 Mon Sep 17 00:00:00 2001
From: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
Date: Fri, 20 Feb 2026 09:23:39 +0100
Subject: [PATCH] [llvm] Delete codegen-plugin-loading.ll test

It tested the -load command line argument that was removed in commit
6fdbcf68ba.
---
 llvm/test/Other/codegen-plugin-loading.ll | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100644 llvm/test/Other/codegen-plugin-loading.ll

diff --git a/llvm/test/Other/codegen-plugin-loading.ll b/llvm/test/Other/codegen-plugin-loading.ll
deleted file mode 100644
index 7a8b724462735..0000000000000
--- a/llvm/test/Other/codegen-plugin-loading.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -load %llvmshlibdir/CGTestPlugin%pluginext %s -o - | FileCheck %s
-; REQUIRES: native, system-linux, llvm-dylib
-
-; CHECK: CodeGen Test Pass running on main
-define void @main() {
-  ret void
-}



More information about the llvm-commits mailing list