[PATCH] D59964: [yaml2obj] Fixing opening empty yaml files.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 16:01:38 PDT 2019


pcc added a comment.

> Essentially echo "" | yaml2obj crashes.

Why is this the right place for the fix then? Isn't it a bug in `yaml::Input`?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59964





More information about the llvm-commits mailing list