llvm-project/llvm/test/Other/codegen-plugin-loading.ll
Raul Tambre db2a5a97b3
[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
2025-09-20 16:43:11 +03:00

8 lines
201 B
LLVM

; 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
}