[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / x86-64-split-stack-main.s
blob22874c21e519c6eb8654c940cf933ea05cd2b43b
1 .text
3 .global non_split
4 .type non_split,@function
5 non_split:
6 retq
7 .size non_split,. - non_split
9 .global non_split_hidden
10 .hidden non_split_hidden
11 .type non_split_hidden,@function
12 non_split_hidden:
13 retq
14 .size non_split_hidden,. - non_split_hidden
16 .global non_function_text_symbol
17 non_function_text_symbol:
18 .byte 0x01
19 .type non_function_text_symbol,@STT_OBJECT
20 .size non_function_text_symbol, 1
23 .section .note.GNU-stack,"",@progbits