Remove a special handling of AMDGPU entry points.
authorRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 17:32:58 +0000 (17:32 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 17:32:58 +0000 (17:32 +0000)
commit34bf8677a4d4a6ffe8930673b909660ebd179532
tree105aabfad934346ca55f29a3a4c8d56719c4a626
parent18009560c59deceb2be577e0182f7016d6ee1121
Remove a special handling of AMDGPU entry points.

This is the last peculiar semantics left in the linker. If you want to
always set an entry point to 0, you can pass `-e 0` to the linker.

Differential Revision: https://reviews.llvm.org/D27532

llvm-svn: 289077
lld/ELF/Driver.cpp
lld/test/ELF/amdgpu-entry.s [deleted file]