brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · 7a8b724 Raw
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