[Lldb-commits] [lldb] [LLDB] RISCV feature attribute support and allows overriding additional(default) feature (PR #147990)
Santhosh Kumar Ellendula via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 20 05:38:37 PDT 2026
================
@@ -28,6 +28,13 @@ class TestMCDisasmInstanceRISCV : public testing::Test {
static void TearDownTestCase();
protected:
+ // Helper wrapper to call the UpdateSubtargetFeatures function under test.
+ void CheckFeatures(llvm::StringRef defaults, std::string user_input,
----------------
santhoshe447 wrote:
Fixed
https://github.com/llvm/llvm-project/pull/147990
More information about the lldb-commits
mailing list