[PATCH] D146070: [RISCV] Enable tools such as llvm-objdump to process objects with unrecognised base ISA versions
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 15:42:07 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/unittests/Support/RISCVISAInfoTest.cpp:289
+ EXPECT_EQ(Exts.size(), 1UL);
+ EXPECT_TRUE(Exts.at("i") == (RISCVExtensionInfo{"i", 2, 0}));
+ }
----------------
This needs to be rebased. RISCVExtensionInfo doesn't contain the string anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146070/new/
https://reviews.llvm.org/D146070
More information about the llvm-commits
mailing list