brintos

brintos / llvm-project-archived public Read only

0
0
Text · 286 B · fe99159 Raw
10 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o3# RUN: not %lld -o %t %t.o %S/Inputs/macho-trie-node-loop 2>&1 | FileCheck %s4# CHECK: error:5# CHECK-SAME: /Inputs/macho-trie-node-loop: export trie child node infinite loop6 7.globl _main8_main:9  ret10