1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/MC/COFF/relax-reloc.s

8 lines
211 B
ArmAsm
Raw Normal View History

// RUN: llvm-mc %s -o %t -filetype=obj -triple=x86_64-pc-win32
// Don't crash trying to create relaxable relocations on COFF.
movl bar(%eax), %ebx
add bar(%rip), %rax
call *bar(%rip)