[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / X86 / Inputs / ELF_weak_defs_extra.s
blobaa696dd50817995d75a575b3d90a34ef33cb9617
1 # Supplies a weak def, WeakDef, and a pointer holding its address,
2 # WeakDefAddrInExtraFile.
4 .text
5 .file "ELF_weak_defs_extra.c"
6 .type WeakDef,@object
7 .data
8 .weak WeakDef
9 .p2align 2
10 WeakDef:
11 .long 2
12 .size WeakDef, 4
14 .type WeakDefAddrInExtraFile,@object
15 .globl WeakDefAddrInExtraFile
16 .p2align 3
17 WeakDefAddrInExtraFile:
18 .quad WeakDef
19 .size WeakDefAddrInExtraFile, 8
21 .ident "clang version 10.0.0-4ubuntu1 "
22 .section ".note.GNU-stack","",@progbits
23 .addrsig
24 .addrsig_sym WeakDef