Displaying 1 result from an estimated 1 matches for "destrucors".
Did you mean:
destructors
2013 Oct 10
1
[LLVMdev] How to handle aliases?
My recent change to use more aliases for destrucors in clang has
opened a can of worms.
The fundamental issue is that aliasing in object files have fairly
complex semantics. For example, on ELF if a symbol is defined in a
COMDAT in one object file, it must be defined in every object file
that has that COMDAT.
Given that weak symbols get implemente...