[PATCH] D13345: [ELF2] Add --undefined option

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 06:46:53 PDT 2015


denis-protivensky created this revision.
denis-protivensky added reviewers: ruiu, rafael.
denis-protivensky added a subscriber: llvm-commits.
denis-protivensky added a project: lld.

Add symbol specified with -u as undefined which may cause additional object files from archives to be linked into the resulting binary.

http://reviews.llvm.org/D13345

Files:
  ELF/Driver.cpp
  ELF/Options.td
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  ELF/Symbols.h
  ELF/Writer.cpp
  test/elf2/undefined-opt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13345.36236.patch
Type: text/x-patch
Size: 7840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151001/e1b2ab41/attachment.bin>


More information about the llvm-commits mailing list