2016-05-30 22:18:53 +02:00
|
|
|
// RUN: llvm-mc %s -o %t -filetype=obj -triple=x86_64-pc-win32
|
|
|
|
|
|
|
|
// Don't crash trying to create relaxable relocations on COFF.
|
|
|
|
|
2016-07-07 16:00:07 +02:00
|
|
|
movl bar(%eax), %ebx
|
2016-05-30 22:18:53 +02:00
|
|
|
add bar(%rip), %rax
|
|
|
|
call *bar(%rip)
|