Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2021 16:33:20 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 37ce25d2c0a4 - stable/13 - llvm-readobj: Add missed source file
Message-ID:  <202112061633.1B6GXKAE087563@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=37ce25d2c0a4fc28f1f895d6fde77ea530f19d0a

commit 37ce25d2c0a4fc28f1f895d6fde77ea530f19d0a
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-10-16 21:16:46 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
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 <shawn.webb@hardenedbsd.org>
    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112061633.1B6GXKAE087563>