https://github.com/lenary commented:
It would be good to more clearly describe the intention of this code. Why would people want to turn off a specific feature? Could some of this be handled with better support for mapping symbols? Motivating this with `xqci` is probably a bad idea, as that is an extension that implies a lot of other extensions, and so I think you'd need to turn off all the other extensions too. Maybe show the examples using just `zca` which is standard and does not imply other extensions. You probably should also look at the other places we've had difficulties trying to disable specific extensions in risc-v, such as with `.option arch` in the assembler. https://github.com/llvm/llvm-project/pull/147990 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
