[PATCH] D28481: Respect section groups in GC

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 17:16:04 PST 2017


ruiu added a comment.

We just cut a corner when writing the code to handle section names valid as C identifiers. Because the number of such sections are usually small, we just made all such sections alive. However, if you need more precise GC, I think you could do that.

Can I ask why ASAN uses __start_ and __end_ symbols?


Repository:
  rL LLVM

https://reviews.llvm.org/D28481





More information about the llvm-commits mailing list