[PATCH] D63781: [ELF] Error on archive with missing index

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 04:32:05 PDT 2019


ruiu added a comment.

I think this is a backward-incompatible change. Previously, you could create an archive containing both bitcode files and ELF files, and this patch disallow that combination, which seems a bit too risky change to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63781/new/

https://reviews.llvm.org/D63781





More information about the llvm-commits mailing list