[Lldb-commits] [PATCH] D121876: [BOLT][DWARF] Implement monolithic DWARF5

Alexander Yermolovich via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 2 11:05:33 PDT 2022


ayermolo added a comment.

In D121876#3542766 <https://reviews.llvm.org/D121876#3542766>, @Amir wrote:

> Hi,
> The test started to fail on Ubuntu buildbot: https://lab.llvm.org/buildbot/#/builders/215/builds/6376
>
>   # PRECHECK: include_directories[ 0] = .debug_line_str[0x00000000]
>               ^
>   <stdin>:8:12: note: scanning from here
>    version: 5
>              ^
>   <stdin>:30:1: note: possible intended match here
>   include_directories[ 0] = .debug_line_str[0x00000009] = "."
>
> Can you please take a look?

Fixed in: D126733 <https://reviews.llvm.org/D126733>. Was due to LLD change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121876



More information about the lldb-commits mailing list