[PATCH] D65662: Remove support for unsupported MSVC versions
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 09:25:50 PDT 2019
jfb marked an inline comment as done.
jfb added inline comments.
================
Comment at: llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp:77
- const wchar_t *msdia_dll = nullptr;
-#if _MSC_VER >= 1900 && _MSC_VER < 2000
- msdia_dll = L"msdia140.dll"; // VS2015
----------------
This seemed buggy, I think the intent was to get `msdia140` if it was available.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65662/new/
https://reviews.llvm.org/D65662
More information about the llvm-commits
mailing list