Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Other
/
codegen-plugin-loading.ll
blob: 652bbcdef36c34edfe63c9d19a351cb118b37bee [
file
] [
log
] [
blame
]
; RUN: llc -load %llvmshlibdir/../unittests/CodeGen/CGPluginTest/CGTestPlugin%pluginext %s -o - | FileCheck %s
; REQUIRES: native, system-linux, llvm-dylib
; CHECK: CodeGen Test Pass running on main
define
void
@main
()
{
ret
void
}