[PATCH] D110776: A new hidden option test-changed=exe that calls exe after each time IR changes

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 09:23:44 PST 2021


jamieschmeiser updated this revision to Diff 393199.
jamieschmeiser added a comment.

Replace the shell script with just calling cat directly.  cat is used in many lit tests and will cat the IR file and will give an error that no file exists with the name of the pass and this can be checked.


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

https://reviews.llvm.org/D110776

Files:
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/test/Other/test-changed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110776.393199.patch
Type: text/x-patch
Size: 14126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/d255cd58/attachment.bin>


More information about the llvm-commits mailing list