[PATCH] D90765: [ARM][AArch64] Adding Neoverse V1 CPU support

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 10:03:30 PST 2020


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Thanks. LGTM



================
Comment at: llvm/unittests/Support/TargetParserTest.cpp:10-11
 #include "llvm/Support/TargetParser.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/Support/AArch64TargetParser.h"
 #include "llvm/Support/ARMBuildAttributes.h"
----------------
Are these needed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90765/new/

https://reviews.llvm.org/D90765



More information about the llvm-commits mailing list