[PATCH] D65026: [Bugpoint redesign] Added pass to reduce Metadata

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 10:37:48 PDT 2019


dblaikie added a comment.

In D65026#1666176 <https://reviews.llvm.org/D65026#1666176>, @thakis wrote:

> The test added in this change has a file leak that causes all possible temp file patterns to be created, at which point it starts failing, see https://bugs.llvm.org/show_bug.cgi?id=43278 (Diego, I tried to cc you, but bugzilla didn't know your email address.) Can you please take a look, and revert if it takes a while to investigate? (remove-funcs seems to have the same problem.)


All the tests work roughly the same way, so I expect they're all broken in roughly the same way.

I'll look into it/them. Might disable the tests in the short term to keep the buildbots happy.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65026





More information about the llvm-commits mailing list