[PATCH] D113858: [llvm-reduce] Allow writing temporary files as bitcode.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 09:07:51 PST 2021


fhahn added a comment.

In D113858#3131845 <https://reviews.llvm.org/D113858#3131845>, @dblaikie wrote:

> Would be good to have some testing - I guess it might look like the testing that was done before it was switched over to `FileCheck` - but I forget /exactly/ how awkward that was.

There are a couple of tests that still use a python script from the `Inputs` directory. But I am not sure how to pass the path to `llvm-as` to the script? :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113858



More information about the llvm-commits mailing list