2 # RUN: llvm-mc -triple=x86_64-windows-msvc -filetype=obj -o %t1.obj %s
3 # RUN: llvm-mc -triple=x86_64-windows-msvc -filetype=obj -o %t2.obj %s
5 # LLD should not error on relocations in DWARF debug sections against symbols in
7 # RUN: lld-link -entry:main -debug %t1.obj %t2.obj
9 .section .text,"xr",discard,main
15 .section .debug_info,"dr"
17 .section .eh_frame,"dr"