[all-commits] [llvm/llvm-project] 1ccfef: Add a case for Rust in LLDB's PDB reader

Arlo Siemsen via All-commits all-commits at lists.llvm.org
Wed Feb 16 01:58:41 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ccfef14e57e3ccdf9bb796142225dad8ae08168
      https://github.com/llvm/llvm-project/commit/1ccfef14e57e3ccdf9bb796142225dad8ae08168
  Author: Arlo Siemsen <arsiem at microsoft.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp

  Log Message:
  -----------
  Add a case for Rust in LLDB's PDB reader

D115300 added Rust as a new PDB language type.

This change allows LLDB to recognize the new language type.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D119044




More information about the All-commits mailing list