[PATCH] D148953: [llvm][ADT] Fix Any linker error with multiple compilers
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 15:52:37 PDT 2023
dblaikie added a comment.
errrr:
> This can lead to multiple definition linker errors when some object files are compiled with a compiler that puts the variable into .data but they are linked to object files from a different compiler that put the variable into .bss.
When/where/how does this happen? Would this not be an ABI bug in those compilers that needs to be fixed there?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148953/new/
https://reviews.llvm.org/D148953
More information about the llvm-commits
mailing list