[PATCH] D123978: [RISCV] Support getHostCpuName for sifive-u74
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 00:15:19 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/unittests/Support/Host.cpp:378
+TEST(getLinuxHostCPUName, RISCV) {
+ const std::string SifiveU74MCProcCPUInfo = R"(
+processor : 0
----------------
StringLiteral
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123978/new/
https://reviews.llvm.org/D123978
More information about the llvm-commits
mailing list