[PATCH] D118591: [Function Specialisation] Fix use after free
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 05:55:55 PST 2022
fhahn added a comment.
In D118591#3290145 <https://reviews.llvm.org/D118591#3290145>, @labrinea wrote:
> I have heavily modified the original reproducer, but the problem is that we don't have buildbots running the llvm regression tests with asan. I can only see two builders for libc with asan here https://lab.llvm.org/buildbot/#/builders. Do you think there's still value in adding this testcase?
There should be multiple bots that run with various sanitizers, e.g. https://lab.llvm.org/buildbot/#/builders/168
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118591/new/
https://reviews.llvm.org/D118591
More information about the llvm-commits
mailing list