2013-02-21 01:38:37 +08:00
|
|
|
# ELF files can have mergeable strings which are global!, treat them as global
|
|
|
|
# defined atoms
|
2013-09-23 12:24:15 +08:00
|
|
|
RUN: lld -flavor gnu --output-filetype=yaml %p/Inputs/globalconst.o.x86-64 \
|
2014-11-07 09:45:32 +08:00
|
|
|
RUN: --noinhibit-exec -target x86_64 | FileCheck -check-prefix=globalatoms %s
|
2013-02-21 01:38:37 +08:00
|
|
|
|
|
|
|
globalatoms: - name: mystr
|
|
|
|
globalatoms: scope: global
|
|
|
|
globalatoms: type: constant
|
|
|
|
globalatoms: content: [ 66, 6F, 6F, 62, 61, 72, 00 ]
|
|
|
|
globalatoms: section-choice: custom-required
|
|
|
|
globalatoms: section-name: .rodata.str1.1
|