[PATCH] D13760: ELF2: Implement __start_SECNAME and __stop_SECNAME.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 09:07:36 PDT 2015
ruiu added a comment.
I'm familiar with this topic because I once wrote a C compiler from scratch myself. That is a GNU extension to the C language. I don't think we want to allow '$' for this linker feature because I don't see the need to do that. If the feature is standardized and the spec require us to handle '$', I'd do, but this is not something like that.
http://reviews.llvm.org/D13760
More information about the llvm-commits
mailing list