[PATCH] D75742: [Object] Support large archive members

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 7 02:42:54 PST 2020


grimar added a comment.

I am also not fond of having tests that might consume gigabytes to run.
Perhaps you could craft an object that has a broken size written to a header, e.g. (MAX_UINT32 + 1) ant test
that LLD does not crash and report an error with that would contain the size value found?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75742





More information about the llvm-commits mailing list