brintos

brintos / llvm-project-archived public Read only

0
0
Text · 657 B · 857bcae Raw
18 lines · plain
1# REQUIRES: aarch642# RUN: llvm-mc -triple=aarch64-windows -filetype=obj -o %t-arm64.obj %s3# RUN: llvm-mc -triple=arm64ec-windows -filetype=obj -o %t-arm64ec.obj %s4 5# RUN: lld-link -machine:arm64x -dll -noentry %t-arm64.obj %t-arm64ec.obj -debug -build-id -Brepro -out:%t.dll6# RUN: llvm-readobj --hex-dump=.test %t.dll | FileCheck %s7# CHECK: 0x180003000 3c100000 3c1000008 9# RUN: lld-link -machine:arm64ec -dll -noentry %t-arm64.obj %t-arm64ec.obj -debug -build-id -Brepro -out:%t-ec.dll10# RUN: llvm-readobj --hex-dump=.test %t-ec.dll | FileCheck %s11 12.section .test,"dr"13.rva __buildid14 15.section .bss,"bw",discard,__buildid16.global __buildid17__buildid:18