blob: 7a8b7244627356f1c9325a0129a4cd11af1929dd (
plain)
1
2
3
4
5
6
7
|
; 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
}
|