[Lldb-commits] [PATCH] D113498: [lldb] Constant-resolve operands to `getelementptr`

Andy Yankovsky via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 9 11:43:31 PST 2022


werat added a comment.

In D113498#3308499 <https://reviews.llvm.org/D113498#3308499>, @stella.stamenova wrote:

> It looks like the new test is failing on the Windows bot:
>
> https://lab.llvm.org/buildbot/#/builders/83/builds/15049

Whoops, static lookup seem to be broken on Windows (other tests in this file skip Windows altogether). I've disabled this test in https://github.com/llvm/llvm-project/commit/e0f2375b5262d0dd778ecaf0628f905d241da733 for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113498



More information about the lldb-commits mailing list