[PATCH] D77169: [DWARFLinker][dsymutil][NFC] Move DwarfStreamer into DWARFLinker.
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 04:17:32 PDT 2020
fedor.sergeev added a comment.
Folks, we have a problem with this fix - when running a build that dynamically links tools with libLLVM.so (LVM_LINK_LLVM_DYLIB) we have massive failures on llvm-readobj
which asserts because it now has a conflict between MC "-W" and readobj "-W" command line options.
Seems like moving DWARFStreamer.cpp into the library w/o first removing its
static mc::RegisterMCTargetOptionsFlags MOF;
was a mistake.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77169/new/
https://reviews.llvm.org/D77169
More information about the llvm-commits
mailing list