brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 38e0f0c Raw
8 lines · plain
1// RUN: llvm-mc %s -o %t -filetype=obj -triple=x86_64-pc-win322 3// Don't crash trying to create relaxable relocations on COFF.4 5        movl bar(%eax), %ebx6        add   bar(%rip), %rax7        call *bar(%rip)8