view test/MC/COFF/relax-reloc.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children
line wrap: on
line source

// 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)