[AArch64] Refactor test per Matthias' request.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287031 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2016-11-15 21:18:18 +00:00
parent dd850be3cf
commit 17fd000f82

View File

@ -542,9 +542,15 @@ TEST(TargetParserTest, AArch64parseArchExt) {
}
TEST(TargetParserTest, AArch64parseCPUArch) {
const char *CPU[] = {"cortex-a35", "cortex-a53", "cortex-a57",
"cortex-a72", "cortex-a73", "cyclone",
"exynos-m1", "exynos-m2", "kryo",
const char *CPU[] = {"cortex-a35",
"cortex-a53",
"cortex-a57",
"cortex-a72",
"cortex-a73",
"cyclone",
"exynos-m1",
"exynos-m2",
"kryo",
"vulcan"};
for (const auto &AArch64CPUName : kAArch64CPUNames)