[PATCH] D13960: [ELF2] Symbol Versioning: part 1, VERSION() directive parsing

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 15:23:50 PDT 2015


ruiu added a comment.

Does GNU linker accepts both 'global :' and 'global:' as a label? If not, we can handle ':' as part of the name rather than an independent token.


http://reviews.llvm.org/D13960





More information about the llvm-commits mailing list