[Lldb-commits] [lldb] 7dfb139 - [lldb] Adjust udt-layout.test after MS mangling change

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 19 03:43:57 PDT 2021


Author: Raphael Isemann
Date: 2021-10-19T12:43:24+02:00
New Revision: 7dfb1395549c34f4b607055c01f8c510ead6b0db

URL: https://github.com/llvm/llvm-project/commit/7dfb1395549c34f4b607055c01f8c510ead6b0db
DIFF: https://github.com/llvm/llvm-project/commit/7dfb1395549c34f4b607055c01f8c510ead6b0db.diff

LOG: [lldb] Adjust udt-layout.test after MS mangling change

The demangled name no longer contains the redundant name since D111715.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/PDB/udt-layout.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/PDB/udt-layout.test b/lldb/test/Shell/SymbolFile/PDB/udt-layout.test
index 0ee9dcf6771bd..f114c200d0219 100644
--- a/lldb/test/Shell/SymbolFile/PDB/udt-layout.test
+++ b/lldb/test/Shell/SymbolFile/PDB/udt-layout.test
@@ -2,7 +2,7 @@ REQUIRES: system-windows, lld
 RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/UdtLayoutTest.cpp
 RUN: %lldb -b -s %S/Inputs/UdtLayoutTest.script -- %t.exe | FileCheck %s
 
-CHECK:(int) int C::abc = 123
+CHECK:(int) C::abc = 123
 CHECK:(List [16]) ls = {
 CHECK:  [15] = {
 CHECK:    Prev = nullptr


        


More information about the lldb-commits mailing list