[Lldb-commits] [PATCH] D101406: Rename human-readable name for DW_LANG_Mips_Assembler

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 17 15:12:34 PDT 2021


aprantl added a comment.

> This can't have been the intention of this commit? As far as I can see, there *is* no plugin for plain assembler?

This commit changes the warning from

> This version of LLDB has no plugin for the mipsassem language.

to

> This version of LLDB has no plugin for the language "assembler".

Yes, there is no plugin for the language assembler. But that hasn't chnaged with this commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101406/new/

https://reviews.llvm.org/D101406



More information about the lldb-commits mailing list