================
@@ -1436,6 +1436,37 @@ bool 
DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated(
   return InstrDesc.isAuthenticated() || IsBrkC47x;
 }
 
+void DisassemblerLLVMC::UpdateFeatureString(llvm::StringRef 
additional_features,
+                                            std::string &features) {
+  // Allow users to override default additional features.
+  size_t start = 0, end;
+  while (!additional_features.empty() && start < additional_features.size()) {
----------------
santhoshe447 wrote:

Thanks for the suggestion, I have updated the loop.

https://github.com/llvm/llvm-project/pull/147990
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to