head 1.2; access; symbols pkgsrc-2024Q2:1.1.0.14 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.12 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.10 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2024.07.06.15.45.08; author adam; state dead; branches; next 1.1; commitid 9KpFpYTi5zNpfNgF; 1.1 date 2022.11.14.18.46.39; author adam; state Exp; branches; next ; commitid 8jdbMtVnUWeCxH1E; desc @@ 1.2 log @llvm: updated to 18.1.8 https://releases.llvm.org @ text @$NetBSD: patch-source_Host_netbsd_HostNetBSD.cpp,v 1.1 2022/11/14 18:46:39 adam Exp $ Fix build on NetBSD. --- source/Host/netbsd/HostNetBSD.cpp.orig 2022-11-10 13:48:56.029150970 +0000 +++ source/Host/netbsd/HostNetBSD.cpp @@@@ -109,7 +109,7 @@@@ static bool GetNetBSDProcessCPUType(Proc process_info.GetExecutableFile(), 0x20, 0); if (buffer_sp) { uint8_t exe_class = llvm::object::getElfArchType( - {reinterpret_cast(buffer_sp->GetBytes()), + {reinterpret_cast(buffer_sp->GetBytes()), size_t(buffer_sp->GetByteSize())}) .first; @ 1.1 log @lldb: add missing patch @ text @d1 1 a1 1 $NetBSD$ @