[PATCH] D15613: Fix ARM __cxa_end_cleanup() and gc-sections.
Logan Chien via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 20 07:28:09 PST 2015
logan added a comment.
@echristo: IMO, I prefer not to add such comment for two reasons:
1. It will obscure the main idea of this piece of code.
2. It is common to specify the section flags (compilers will emit these flags by default as well), so it is unlikely to be removed in the future.
Besides, one can always figure out the reason by checking the commit logs.
http://reviews.llvm.org/D15613
More information about the cfe-commits
mailing list