8 lines · plain
1; RUN: llc -load %llvmshlibdir/CGTestPlugin%pluginext %s -o - | FileCheck %s2; REQUIRES: native, system-linux, llvm-dylib3 4; CHECK: CodeGen Test Pass running on main5define void @main() {6 ret void7}8 1; RUN: llc -load %llvmshlibdir/CGTestPlugin%pluginext %s -o - | FileCheck %s2; REQUIRES: native, system-linux, llvm-dylib3 4; CHECK: CodeGen Test Pass running on main5define void @main() {6 ret void7}8