[PATCH] D24801: [ELF] - Fix combination of -script and relocatable output.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 17:19:14 PDT 2016


ruiu added a comment.

That's what I was thinking. Linker scripts are generally to create final outputs. The behavior of the linker script in combination with -r is not well defined, I guess. I think we should rather ban the combination of -r and linker scripts so that we don't have to care about that.


https://reviews.llvm.org/D24801





More information about the llvm-commits mailing list