[PATCH] D26795: [ELF] Better error reporting for linker scripts

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 09:23:15 PST 2016


ruiu added a comment.

I wonder if we can remove INCLUDE directive from the linker script. I added that without thinking about it, but I've never seen any use of it. Linker scripts that add other linker scripts usually add that with INPUT() directive.


Repository:
  rL LLVM

https://reviews.llvm.org/D26795





More information about the llvm-commits mailing list