[Lldb-commits] [PATCH] D115482: [lldb] Update the PDB tests to pass with the VS2019 toolset
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 9 16:57:19 PST 2021
stella.stamenova added inline comments.
Herald added a subscriber: JDevlieghere.
================
Comment at: lldb/test/Shell/SymbolFile/PDB/enums-layout.test:13
-ENUM: Type{{.*}} , name = "Enum", size = 4, decl = simpletypestest.cpp:19, compiler_type = {{.*}} enum Enum {
+ENUM: Type{{.*}} , name = "Enum", size = 4, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:19, compiler_type = {{.*}} enum Enum {
ENUM_NEXT: RED,
----------------
This is particularly absurd. VS2017 toolset does not capitalize the name of the file, but VS2019 toolset does.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115482/new/
https://reviews.llvm.org/D115482
More information about the lldb-commits
mailing list