[PATCH] D123897: [X86] Unbreak LIT/FileCheck

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 06:00:24 PDT 2022


probinson added a comment.

Offhand, it seems like the next step would be a patch to make the update scripts apply `--allow-unused-prefixes` to all FileCheck commands. Then all autogenerated scripts would (eventually) DTRT, and this patch could then be reverted.

Finding mistakes in hand-written tests (which are the majority of all lit tests) is important, and so the FileCheck default is correct IMO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123897



More information about the llvm-commits mailing list