mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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: 1b85b68da0
This commit is contained in:
parent
7dd419cabc
commit
79239b5b47
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue