view test/MC/ELF/pr19582.s @ 121:803732b1fca8

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

// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r | FileCheck %s

a:
    .section foo
    c = b
b:
    // CHECK: 0x0 R_X86_64_PC32 .text 0x0
    .long a - c