[PATCH] D47791: Initial support for Hexagon target.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 13 10:54:53 PDT 2018
ruiu accepted this revision.
ruiu added inline comments.
This revision is now accepted and ready to land.
================
Comment at: ELF/Arch/Hexagon.cpp:41
+
+uint32_t Hexagon::applyMask(uint32_t Mask, uint32_t Data) const {
+ uint32_t Result = 0;
----------------
I think it needs a comment, but I'll do that in a follow-up patch.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D47791
More information about the llvm-commits
mailing list