[Lldb-commits] [PATCH] D114288: [NFC] Refactor symbol table parsing.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 2 15:49:58 PST 2021
clayborg added a comment.
In D114288#3165212 <https://reviews.llvm.org/D114288#3165212>, @clayborg wrote:
> In D114288#3163808 <https://reviews.llvm.org/D114288#3163808>, @omjavaid wrote:
>
>> Hi @clayborg
>> This breaks LLDB Arm/Linux buildbot. https://lab.llvm.org/buildbot/#/builders/17/builds/14035
>
> I will check this out on linux. Any reason why I did not get a message to my email that this was failing?
I checked this out on normal linux and it passes correctly.
I modified the test file to dump more input context so we can see what is going on on the lldb-arm-ubuntu buildbots in the error output with:
commit 266a66c915cbbc36b1a3887963eb97f32306c7e4 <https://reviews.llvm.org/rG266a66c915cbbc36b1a3887963eb97f32306c7e4> (HEAD -> main, origin/main, origin/HEAD)
Author: Greg Clayton <gclayton at fb.com>
Date: Thu Dec 2 15:47:15 2021 -0800
Include extra input contents on this test so we can see why lldb-arm-ubuntu buildbot is failing.
Only lldb-arm-ubuntu is failing after https://reviews.llvm.org/D114288 and there isn't enough input context to see why this is failing. It works on x86_64 linux just fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114288/new/
https://reviews.llvm.org/D114288
More information about the lldb-commits
mailing list