[PATCH] D125847: LTO: Add option to initialize with opaque/non-opaque pointer types

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 14:40:15 PDT 2022


MatzeB added a comment.



In D125847#3554569 <https://reviews.llvm.org/D125847#3554569>, @Jake-Egan wrote:

> Hi, this caused `arm-float-abi-lto.c` to fail on AIX. The failure went away for a few builds, then came back. Could you take a look?
>
> https://lab.llvm.org/buildbot/#/builders/214/builds/1625/steps/6/logs/FAIL__Clang__arm-float-abi-lto_c

Uh, this change just enables opaque pointers for this test. And it appears to be crashing nondeterministically somewhere within LLVM. Unfortunately I don't see this happening on my X86 development machine. None of the ASAN enabled buildbots appears to complain either. I don't know how to even start debugging this, do you have at least a stacktrace?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125847



More information about the llvm-commits mailing list