[all-commits] [llvm/llvm-project] 017d7a: Rename human-readable name for DW_LANG_Mips_Assembler
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed May 12 19:14:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 017d7a9e14245e549999c5e3b8bd7398fcf79410
https://github.com/llvm/llvm-project/commit/017d7a9e14245e549999c5e3b8bd7398fcf79410
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M lldb/source/Target/Language.cpp
M lldb/source/Target/Process.cpp
M lldb/test/Shell/Process/UnsupportedLanguage.test
Log Message:
-----------
Rename human-readable name for DW_LANG_Mips_Assembler
The Mips in DW_LANG_Mips_Assembler is a vendor name not an
architecture name and in lack of a proper generic DW_LANG_assembler,
some assemblers emit DWARF using this tag. Due to a warning I recently
introduced users will now be greeted with
This version of LLDB has no plugin for the mipsassem language. Inspection of frame variables will be limited.
By renaming this to just "Assembler" this error message will make more sense.
Differential Revision: https://reviews.llvm.org/D101406
rdar://77214764
More information about the All-commits
mailing list