[PATCH] D74749: ThinLTOBitcodeWriter: drop dso_local when a GlobalVariable is converted to a declaration
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 13:48:26 PST 2020
MaskRay added a comment.
In D74749#1910258 <https://reviews.llvm.org/D74749#1910258>, @hoyFB wrote:
> Hello, It looks like this change is breaking the test llvm/test/tools/gold/X86/thinlto_weak_library.ll . Can you please verify? Thanks!
My other llvm-objdump -d change also caused a disassembly test to fail.
Fixed by c3de1d0b1f99926f4a2665756b29b2d35a8359b8 <https://reviews.llvm.org/rGc3de1d0b1f99926f4a2665756b29b2d35a8359b8>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74749/new/
https://reviews.llvm.org/D74749
More information about the llvm-commits
mailing list