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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to