brintos

brintos / llvm-project-archived public Read only

0
0
Text · 546 B · 77b3755 Raw
28 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -triple=i386-windows-gnu -filetype=obj -o %t.obj %s3# RUN: lld-link %t.obj /out:%t.exe /entry:main /subsystem:console /safeseh:no4# RUN: llvm-objdump -s %t.exe | FileCheck %s5 6# CHECK: Contents of section .text:7.globl _main8_main:9# CHECK-NEXT: 401000 00204000 01204000 0120400010.long __ZTS11.long __ZTV12.long __ZTVa13 14.section .rdata,"dr",discard,__ZTS15.globl __ZTS16__ZTS:17.byte 4218 19.section .rdata,"dr",discard,__ZTV20.globl __ZTV21__ZTV:22.byte 4223 24.section .rdata,"dr",discard,__ZTVa25.globl __ZTVa26__ZTVa:27.byte 4228