[PATCH] D118692: [llvm-objcopy][COFF] Fix section name encoding
Sven van Haastregt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 21 06:03:32 PST 2022
svenvh added a comment.
In D118692#3335370 <https://reviews.llvm.org/D118692#3335370>, @mstorsjo wrote:
> Sorry about that - if you happen to have such a build available, does this diff help?
>
> diff --git a/llvm/lib/ObjCopy/CMakeLists.txt b/llvm/lib/ObjCopy/CMakeLists.txt
> index 1e516394c74a..ec1160e331c9 100644
> --- a/llvm/lib/ObjCopy/CMakeLists.txt
> +++ b/llvm/lib/ObjCopy/CMakeLists.txt
> @@ -64,6 +64,7 @@ add_llvm_component_library(LLVMObjCopy
> intrinsics_gen
>
> LINK_COMPONENTS
> + BinaryFormat
> Object
> Support
> MC
I have just committed this exact same patch, which did fix the shared libs build issue for me locally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118692/new/
https://reviews.llvm.org/D118692
More information about the llvm-commits
mailing list