[PATCH] D18683: Fix bug with duplicate struct types in Linker
Sarmad Abdullah via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 17:33:33 PDT 2020
sarmadka added a comment.
Yeah, it looks like the Linker is not well maintained so I'll just have to refactor my code so that I generate a single module in the first place rather than generate multiple modules and link them together with the linker.
Is the linker even used for anything or is it just obsolete code? It's failing to do the basic operation of linking multiple simple and small modules so I can't imagine it being used anywhere in prod.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D18683/new/
https://reviews.llvm.org/D18683
More information about the llvm-commits
mailing list