[PATCH] D27070: Implement STARTUP linker script command.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 15:45:59 PST 2016


ruiu added a comment.

Someone tweeted me that LLD doesn't have STARTUP, so I took it, and after that I realized that gold doesn't support that (funny that gold only recognizes token "STARTUP", so apparently someone tried to support it but didn't actually do anything more than that.)

I won't push it until at least a bug is filed.


https://reviews.llvm.org/D27070





More information about the llvm-commits mailing list