brintos

brintos / llvm-project-archived public Read only

0
0
Text · 565 B · 93b911d Raw
16 lines · plain
1// RUN: llvm-mc -triple x86_64-unknown-unknown -filetype=obj %s | llvm-objdump -r - | FileCheck %s2// CHECK-NOT: RELOCATION RECORDS3 4// ensure that a .loc directive at the end of a section doesn't bleed into the5// following section previously this would produce a relocation for6// .other_section in the line table. But it should actually produce no line7// table entries at all.8	.text9	.file	1 "fail.cpp"10	.loc	1 7 3 prologue_end      # fail.cpp:7:311	# addss   %xmm0, %xmm112 13	.section	.other_section,"",@progbits14	.long	46                      # Length of Unit15 16