[llvm] r293228 - GlobalISel: support debug intrinsics.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 13:38:23 PST 2017


On 27 Jan 2017, at 12:54, Evgenii Stepanov <eugeni.stepanov at gmail.com> wrote:
> looks like this change is causing memory leaks in llvm tests:
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/700/steps/check-llvm%20asan/logs/stdio

That's really weird, I'm not doing anything particularly odd for them and the code shouldn't even be run for most of those tests.

I'm more inclined to blame r293232 (build GlobalISel by default). Possibly triggered by someone cleaning out the bot's build directory to get a non-stale CMake invocation. Either way, I'll look into it and thanks for telling me.

Tim.


More information about the llvm-commits mailing list