[PATCH] D47479: Add support for Hexagon

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 10:30:33 PDT 2018


ruiu added a comment.

> I can truncate the number of supported relocations to those required for basic static linking.

Please do. In addition to truncating the code, please rewrite code to fill the discrepancies between your code and other files in the same directory. We generally do not define a large table like that, for example.

Also please pay attention to coding style. E.g. trailing empty lines, C/C++-style comment discrepancy, etc.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47479





More information about the llvm-commits mailing list