[llvm] db2a5a9 - [llvm][test][CGPluginTest] Fix plugin path again (#159923)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 20 06:43:14 PDT 2025
Author: Raul Tambre
Date: 2025-09-20T16:43:11+03:00
New Revision: db2a5a97b3a40b0b5ec53cbf12c18fea10869509
URL: https://github.com/llvm/llvm-project/commit/db2a5a97b3a40b0b5ec53cbf12c18fea10869509
DIFF: https://github.com/llvm/llvm-project/commit/db2a5a97b3a40b0b5ec53cbf12c18fea10869509.diff
LOG: [llvm][test][CGPluginTest] Fix plugin path again (#159923)
I forgot to remove a bunch of the intermediary path.
That's what I get for not waiting my local build to finish.
Fixes: 47c1b650626043f0a8f8e32851617201751f9439
Added:
Modified:
llvm/test/Other/codegen-plugin-loading.ll
Removed:
################################################################################
diff --git a/llvm/test/Other/codegen-plugin-loading.ll b/llvm/test/Other/codegen-plugin-loading.ll
index 4913a32a639a6..7a8b724462735 100644
--- a/llvm/test/Other/codegen-plugin-loading.ll
+++ b/llvm/test/Other/codegen-plugin-loading.ll
@@ -1,4 +1,4 @@
-; RUN: llc -load %llvmshlibdir/unittests/CodeGen/CGPluginTest/CGTestPlugin%pluginext %s -o - | FileCheck %s
+; RUN: llc -load %llvmshlibdir/CGTestPlugin%pluginext %s -o - | FileCheck %s
; REQUIRES: native, system-linux, llvm-dylib
; CHECK: CodeGen Test Pass running on main
More information about the llvm-commits
mailing list