From nobody Mon Dec 6 16:33:20 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E6C3418B39B3; Mon, 6 Dec 2021 16:33:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J78B91ZNFz3CCN; Mon, 6 Dec 2021 16:33:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F4566FD2; Mon, 6 Dec 2021 16:33:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B6GXKcU087564; Mon, 6 Dec 2021 16:33:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B6GXKAE087563; Mon, 6 Dec 2021 16:33:20 GMT (envelope-from git) Date: Mon, 6 Dec 2021 16:33:20 GMT Message-Id: <202112061633.1B6GXKAE087563@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 37ce25d2c0a4 - stable/13 - llvm-readobj: Add missed source file List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 37ce25d2c0a4fc28f1f895d6fde77ea530f19d0a Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638808402; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=c7Bp+cvUsSDe9PnG9GMRG6AvbrR9AQcPiKRFUPOoRjA=; b=sTYH3N6OENZ29uodAhB52AbbaHzq5t2xILSXSlpD4TXhrkWFcFHsXyolzHpCRInO224Bg1 uBWmsESA4Zwf4J/cNLqqPw07EEN1VKvOkUhNAAZHV8RwcO+hH0geAgGRxo0gJDrw4idjle uC8OKT9jLJbHvXR/RQpUJkP4hNxlFHXhNfQaUMxadkD72R0nDMA5fnqtw4jiGyINeW0v8F 8b6Wpu5nF+EkLDhz2meP1APvZsc6YtkOIyePVVaANLU6GJ2tCAfDoSvmhmZAeG9wfnZBbC juny217hR65iw4AOf71yIWkqz4ULWlbFW3SqeAj8zvKmfetx6FwK4R/Hr3EZuw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638808402; a=rsa-sha256; cv=none; b=inapzmuN6apAcC+C3n8b9DzdpdS/6zcnxQQCsrZYodUtaRWJpe1xXuGLr7cmjn6JbmypFu P/QMUyfMG/0AathL7mPwmaTdYtyTO1vfkIUdnMpb54mRawwSBueiGF6i5ZQNUrsZ9dRLHY 7Bmpighgi8pS/z2si6gfmlgMVysg9fv1PzhUl8JYgw/qUSb7RKgt8wbzUGo305Ng267Ah1 LWaU/69M9pp0xPMKrlySjzlKDrPfMOiB89rTVX7X9BlPWF0rbNSldoeFuRQbCUrHqYlQu9 A9RiLpfWutOY4MGcRJDjG+oe3C9+EINB0UArFXLBF3a+TygVqMKM99+rjvsXMA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=37ce25d2c0a4fc28f1f895d6fde77ea530f19d0a commit 37ce25d2c0a4fc28f1f895d6fde77ea530f19d0a Author: Dimitry Andric AuthorDate: 2021-10-16 21:16:46 +0000 Commit: Dimitry Andric CommitDate: 2021-12-06 16:30:07 +0000 llvm-readobj: Add missed source file In some configurations (e.g. powerpc64) the llvm-readobj tool also needs contrib/llvm-project/llvm/BinaryFormat/MsgPackWriter.cpp, so add it to libllvm. Reported by: Shawn Webb Fixes: 1b85b68da0b2 (cherry picked from commit 79239b5b47540d64ffd1e1226f0d12d49df339c1) --- lib/clang/libllvm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile index ae053281feb8..6df32d8b452a 100644 --- a/lib/clang/libllvm/Makefile +++ b/lib/clang/libllvm/Makefile @@ -156,6 +156,7 @@ SRCS_MIN+= BinaryFormat/MachO.cpp SRCS_MIN+= BinaryFormat/MsgPackDocument.cpp SRCS_MIN+= BinaryFormat/MsgPackDocumentYAML.cpp SRCS_MIN+= BinaryFormat/MsgPackReader.cpp +SRCS_MIN+= BinaryFormat/MsgPackWriter.cpp SRCS_MIN+= BinaryFormat/Wasm.cpp SRCS_MIN+= BinaryFormat/XCOFF.cpp SRCS_MIN+= Bitcode/Reader/BitReader.cpp