From 4c4becf83c1210b4a5b6745ac8e918a9cbfd114d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 12 Jun 2017 23:22:00 +0000 Subject: [PATCH] Also check section address in test. This shows an oddity of this output. While the section address is 0, the the symbol address is computed as if the section was allocatable. llvm-svn: 305250 --- lld/test/ELF/linkerscript/symbols-non-alloc.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lld/test/ELF/linkerscript/symbols-non-alloc.s b/lld/test/ELF/linkerscript/symbols-non-alloc.s index 4184487a7817..7a656cb938c0 100644 --- a/lld/test/ELF/linkerscript/symbols-non-alloc.s +++ b/lld/test/ELF/linkerscript/symbols-non-alloc.s @@ -9,6 +9,9 @@ # RUN: ld.lld -o %t2 --script %t.script %t # RUN: llvm-objdump -section-headers -t %t2 | FileCheck %s +# CHECK: Sections: +# CHECK: .nonalloc 00000008 0000000000000000 + # CHECK: SYMBOL TABLE: # CHECK: 00000000000000f0 .nonalloc 00000000 Sym -- GitLab