xref: /aosp_15_r20/external/llvm/test/MC/COFF/rdata.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple i386-pc-win32 < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker%struct.foo = type { i32, i32 }
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker@"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4
6*9880d681SAndroid Build Coastguard Worker; CHECK: .section        .rdata
7