brintos

brintos / llvm-project-archived public Read only

0
0
Text · 361 B · 442825d Raw
12 lines · plain
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t2 3// This is a test that we don't crash. We used to do so by going in a infinite4// recursion trying to compute the size of a MCDwarfLineAddrFragment.5 6       .section        .debug_line,"",@progbits7       .text8       .file 1 "Disassembler.ii"9       .section foo10       .loc 1 1 011       ret12