[PATCH] D57294: lld: elf: discard more specific .gnu.linkonce section
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 25 10:40:27 PDT 2019
pcc added inline comments.
Herald added subscribers: jdoerfert, MaskRay.
Herald added a project: LLVM.
================
Comment at: lld/trunk/test/ELF/comdat-linkonce.s:3
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/comdat.s -o %t2.o
// RUN: ld.lld -shared %t.o %t2.o -o %t
----------------
pcc wrote:
> I think you need to add a definition of def to Inputs/comdat.s for this test to make sense.
Was this ever done?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57294/new/
https://reviews.llvm.org/D57294
More information about the llvm-commits
mailing list