[all-commits] [llvm/llvm-project] 908c11: [lldb/win] Default to native PDB reader when LLVM_...

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Sep 21 10:03:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 908c1154421287c6ffa0ef06ef5225a8fd0b06a7
      https://github.com/llvm/llvm-project/commit/908c1154421287c6ffa0ef06ef5225a8fd0b06a7
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

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

  Log Message:
  -----------
  [lldb/win] Default to native PDB reader when LLVM_ENABLE_DIA_SDK=NO

Trying to use the DIA SDK reader only to fail with "DIA SDK wasn't enabled"
isn't very useful. The native PDB reader is missing some stuff, but it's still
better than nothing.

Reduces number of lldb-check-shell test failures with LLVM_ENABLE_DIA_SDK=NO
from 27 to 15.

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




More information about the All-commits mailing list