[PATCH] D129866: [llvm-size] Fix hang on invalid short commandline option

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 16 00:11:13 PDT 2022


MaskRay added a comment.

> When an invalid shot command line option was used (e.g. -v) llvm-size would hang.

Thanks for catching the bug. llvm-size does not hang. It is waiting on input from stdin.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129866



More information about the llvm-commits mailing list