[PATCH] D30722: Handle ":" as a regular token character in linker scripts.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 10:00:37 PST 2017


ruiu added a comment.

Note that we can easily reject linker scripts that you gave me as bad examples just by counting the number of occurrences of each label in the function and doesn't allow more than one label for each label name.  That's worth to do though.


https://reviews.llvm.org/D30722





More information about the llvm-commits mailing list