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