[PATCH] D13872: [ELF2] - fixed infinite includes depth (in linkerscript)

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 08:58:26 PDT 2015


ruiu added a comment.

Adding a marker string to the vector which otherwise contain only real tokens is too hacky. The linker script handler is intentionally dumb and simple. Please leave it alone now.


http://reviews.llvm.org/D13872





More information about the llvm-commits mailing list