[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / non-absolute2.test
bloba2e3e45f1eb57f7f4fa309d1386ba4683c921637
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux /dev/null -o %t1.o
3 # RUN: ld.lld -shared %t1.o --script %s -o %t
4 # RUN: llvm-readelf -s %t | FileCheck %s
6 SECTIONS {
7   A = . + 0x1;
8   . += 0x1000;
11 # CHECK:    Value         Size Type   Bind   Vis     Ndx Name
12 # CHECK: 0000000000000001    0 NOTYPE GLOBAL DEFAULT   1 A