[Lldb-commits] [lldb] [llvm] [lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (PR #110058)
Carlos Alberto Enciso via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 2 04:54:47 PDT 2024
CarlosAlbertoEnciso 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),
| ^~~~
```
https://github.com/llvm/llvm-project/pull/110058
More information about the lldb-commits
mailing list