https://llvm.org/bugs/show_bug.cgi?id=22906
Ed Schouten <e...@80386.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #7 from Ed Schouten <e...@80386.nl> --- Reopening this, as it has not been implemented completely. The problem with the existing implementation is that __start and __stop symbols are only added after reachability of sections has been computed. What I mean is that __start and __stop cannot be used to mark sections as live. They will get removed if --gc-sections is being used. This is different from GNU Binutils, were a reference to __start or __stop is sufficient to prevent the section from being garbage collected. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs