[Lldb-commits] [PATCH] D47791: Initial support for Hexagon target.

2018-06-05 Thread Sid Manning via Phabricator via lldb-commits
sidneym created this revision. sidneym added reviewers: ruiu, shankar.easwaran, kparzysz, bcahoon. sidneym added a project: lld. Herald added subscribers: MaskRay, arichardson, mgorny, emaste. Herald added a reviewer: espindola. Support B22_PCREL relocation along with a simple test. I'm also work

[Lldb-commits] [PATCH] D47791: Initial support for Hexagon target.

2018-06-05 Thread Sid Manning via Phabricator via lldb-commits
sidneym updated this revision to Diff 150013. sidneym added a comment. Made the changes Rui suggested. Repository: rLLD LLVM Linker https://reviews.llvm.org/D47791 Files: ELF/Arch/Hexagon.cpp ELF/CMakeLists.txt ELF/Target.cpp ELF/Target.h test/ELF/Inputs/hexagon.s test/ELF/hexago