summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [old ELF] Remove AMDGPU targetTom Stellard2016-01-111-19/+0
| | | | | | | | | | | | Summary: This is no longer needed now that the new ELF implementation supports AMDGPU. Reviewers: ruiu, rafael Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D15954 llvm-svn: 257390
* ELF/AMDGPU: Add missing: using namespace lld; to try to fix windows botTom Stellard2015-08-271-0/+1
| | | | llvm-svn: 246179
* ELF: Add AMDGPU ReaderWriterTom Stellard2015-08-271-0/+18
This is a basic implementation that allows lld to emit binaries consumable by the HSA runtime. Differential Revision: http://reviews.llvm.org/D11267 llvm-svn: 246155
OpenPOWER on IntegriCloud