[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 17:31:24 PDT 2019
dblaikie added a comment.
In D65026#1666621 <https://reviews.llvm.org/D65026#1666621>, @w2yehia wrote:
> Just FYI, that our (IBM's) internal bots are also breaking because the following tests are not cleaning the `build/test/Reduce/tmp` folder:
>
> LLVM :: Reduce/remove-funcs.ll
> LLVM :: Reduce/remove-metadata.ll
>
> And we're forced to sometimes do a clean build.
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.)
Fixed in r371696 - thanks for the reports/identifying the issue!
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