[PATCH] D96753: [lld][ELF] Don't consider C identifier-named sections as GC roots

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 15:28:35 PST 2021


MaskRay added a comment.

> Don't consider C identifier-named sections as GC roots

The description needs to be fixed. It is "`__start_`/`__stop_` references retain C identifier name sections". When `__start_`/`__stop_` references are guaranteed to be present in live sections, C identifier-named sections _behave like_ GC roots.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96753/new/

https://reviews.llvm.org/D96753



More information about the llvm-commits mailing list