[Lldb-commits] [lldb] [llvm] [lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (PR #110058)

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 14:11:53 PDT 2024


ZequanWu wrote:

> On Ubuntu 22.04 with the latest official supported GCC 12.3.0, this commit breaks the `check-lldb` due to a failed compilation:
> 
> ```
> llvm-project/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp:95:33: error: class template placeholder 'llvm::ArrayRef' not permitted in this context
>    95 |   llvm::DWARFDataExtractor data(llvm::ArrayRef(binary_data),
>       |                                 ^~~~
> ```

Hope https://github.com/llvm/llvm-project/commit/e379b4b67f760e743d8bc826cc6de00a27109dbd will fix it.

https://github.com/llvm/llvm-project/pull/110058


More information about the lldb-commits mailing list