brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · 3dbc781 Raw
12 lines · plain
1; RUN: llc -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s2 3define void @f() {4  ret void5}6 7@ptr = constant ptr @f, section ".CRT$XLB", align 88; CHECK:  .section  .CRT$XLB,"dr"9 10@weak_array = weak_odr unnamed_addr constant [1 x ptr] [ptr @f]11; CHECK:  .section  .rdata,"dr"12