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
8 lines
201 B
LLVM
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
|
|
}
|