[PATCH] D47479: Add support for Hexagon

Sid Manning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 07:51:36 PDT 2018


sidneym created this revision.
sidneym added reviewers: lld, kparzysz, sfertile, ruiu, shankare.
sidneym added a project: LLDB.
Herald added subscribers: arichardson, mgorny, emaste.
Herald added a reviewer: espindola.

This patch adds initial support for the hexagon architecture.  It will handle the requirements needed to link the Linux kernel.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47479

Files:
  CMakeLists.txt
  ELF/Arch/Hexagon.cpp
  ELF/CMakeLists.txt
  ELF/HexagonDepDefines.h
  ELF/HexagonDepMask.h
  ELF/HexagonRelocationInfo.h
  ELF/Target.cpp
  ELF/Target.h
  test/ELF/Inputs/hexagon.s
  test/ELF/hexagon.s
  test/lit.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47479.148909.patch
Type: text/x-patch
Size: 101563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/d504a263/attachment.bin>


More information about the llvm-commits mailing list