[PATCH] D57294: lld: elf: discard more specific .gnu.linkonce section

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 26 18:57:57 PST 2019


pcc added inline comments.


================
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
----------------
I think you need to add a definition of def to Inputs/comdat.s for this test to make sense.


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