blob: 7a8b7244627356f1c9325a0129a4cd11af1929dd [file] [log] [blame] [edit]
; 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
}