[PATCH] D25111: Improve error check for an empty archive.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 10:26:16 PDT 2016


ruiu created this revision.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.

Previously, it warned on any archive file that has no symbol.
With this patch, it warns on such archive file that contains only
LLVM bitcode files.


https://reviews.llvm.org/D25111

Files:
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  test/ELF/empty-archive.s
  test/ELF/lto/archive.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25111.73091.patch
Type: text/x-patch
Size: 4008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160930/a294c1e9/attachment.bin>


More information about the llvm-commits mailing list