28 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -triple=x86_64-windows-gnu -filetype=obj -o %t.obj %s3# RUN: lld-link %t.obj /out:%t.exe /entry:entry /subsystem:console /guard:cf4 5 .def @feat.00;6 .scl 3;7 .type 0;8 .endef9 .globl @feat.0010.set @feat.00, 204811 12 .globl entry13entry:14 retq15 16 .data17 .globl funcs18funcs:19 .quad weakfunc20 21 .section .gfids$y,"dr"22 .symidx weakfunc23 .section .giats$y,"dr"24 .section .gljmp$y,"dr"25 .weak weakfunc26 .addrsig27 .addrsig_sym weakfunc28