[PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format

Shridhar Joshi via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 06:25:05 PDT 2015


joshishr updated this revision to Diff 33939.
joshishr added a comment.

Updated source code with

1. Use enum type for set() and get() APIs
2. Use default enum value for initialization
3. Common switch cases mixed together


http://reviews.llvm.org/D12226

Files:
  include/lld/Core/LinkingContext.h
  lib/Core/LinkingContext.cpp
  lib/Core/Resolver.cpp
  lib/Driver/GnuLdDriver.cpp
  lib/Driver/GnuLdOptions.td
  test/elf/Inputs/foo_unresolved-symbols.o
  test/elf/Inputs/main_unresolved-symbols.o
  test/elf/unresolved-symbols.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12226.33939.patch
Type: text/x-patch
Size: 13047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150903/98aa3772/attachment.bin>


More information about the llvm-commits mailing list