• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r - | FileCheck %s
2
3a:
4    .section foo
5    c = b
6b:
7    // CHECK: 0x0 R_X86_64_PC32 .text 0x0
8    .long a - c
9