[PATCH] D83097: [FileCheck] Implement -dump-input-filter
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 9 20:30:59 PDT 2020
mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:455
+ case DumpInputFilterAll:
+ llvm_unreachable("unexpected DumpInputFilterAll");
+ break;
----------------
In a tool like FileCheck I rather err on the side of deterministically failing with a `report_fatal_error`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83097/new/
https://reviews.llvm.org/D83097
More information about the llvm-commits
mailing list