[all-commits] [llvm/llvm-project] f4abf2: [lldb] Update the PDB tests to pass with the VS201...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Tue Dec 14 13:06:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4abf28c0a0ba2226379a1b1926a7c36d75265e9
https://github.com/llvm/llvm-project/commit/f4abf28c0a0ba2226379a1b1926a7c36d75265e9
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M lldb/test/Shell/SymbolFile/PDB/ast-restore.test
M lldb/test/Shell/SymbolFile/PDB/class-layout.test
M lldb/test/Shell/SymbolFile/PDB/enums-layout.test
M lldb/test/Shell/SymbolFile/PDB/typedefs.test
M lldb/test/Shell/SymbolFile/PDB/variables.test
Log Message:
-----------
[lldb] Update the PDB tests to pass with the VS2019 toolset
The pdb lldb tests do not work correctly with both the VS2019 and VS2017 toolsets at the moment. This change updates several of the tests to work with both toolsets. Unfortunately, this makes the tests suboptimal for both toolsets, but we can update them to be better for VS2019 once we officially drop VS2017. This change is meant to bridge the gap until the update happens, so that the buildbots can work with either toolset.
Differential Revision: https://reviews.llvm.org/D115482
More information about the All-commits
mailing list