[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
Wed Sep 2 07:28:39 PDT 2015


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

Incorporated Review comments:

1. Use enums instead of strings and use it in Resolver.cpp
2. Avoid using clang in lld test case


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.33806.patch
Type: text/x-patch
Size: 13084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/3df8c9b6/attachment.bin>


More information about the llvm-commits mailing list