[PATCH] D88693: [llvm-ar] Reject bitcode which can't be parsed.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 12:51:09 PDT 2020


efriedma added a comment.

The test in D88288 <https://reviews.llvm.org/D88288> does `%python -c "with open('input.bc', 'a') as f: f.truncate(10)"`, which is essentially the same idea.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88693



More information about the llvm-commits mailing list