[PATCH] D69103: Backend for NEC SX-Aurora
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 27 14:41:27 PDT 2019
arsenm added a comment.
Could use some unit tests in TripleTest
================
Comment at: llvm/lib/Target/LLVMBuild.txt:39
XCore
+ VE
----------------
Targets usually start out as experimental targets, not added to the default build list (although IMO this is more trouble than it's worth in practice)
================
Comment at: llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h:16-18
+#include "llvm/Support/DataTypes.h"
+
+#include <memory>
----------------
Unnecessary includes? Although I guess this is just a stub
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69103/new/
https://reviews.llvm.org/D69103
More information about the llvm-commits
mailing list