AMDGPU: Fix unreachable when emitting binary debug info
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 30 Jul 2015 17:03:08 +0000 (17:03 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 30 Jul 2015 17:03:08 +0000 (17:03 +0000)
commitb240003d58863597541db0ddcffe73cb6208df49
tree0f39464587135fa331d67467d034ee268e113ff6
parentfbd94791e6881aad4ed1e3fd13c6abbdd2178df4
AMDGPU: Fix unreachable when emitting binary debug info

Copy implementation of applyFixup from AArch64 with AArch64 bits
ripped out.

Tests will be included with a later commit. Several other
problems must be fixed before binary debug info emission
will work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp