14 lines · plain
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-windows-gnu %s -o - | llvm-readobj -r - | FileCheck %s2 3// CHECK: Relocations [4// CHECK: Section (4) .debug_line {5// CHECK: 0x22 IMAGE_REL_AMD64_SECREL .debug_line_str (8)6// CHECK: 0x2C IMAGE_REL_AMD64_SECREL .debug_line_str (8)7// CHECK: 0x36 IMAGE_REL_AMD64_ADDR64 .text (0)8// CHECK: }9 10main:11 .file 0 "/" "test.c"12 .loc 0 1 013 retq14