Fix for Modify TypePrinter to differentiate between anonymous struct and unnamed...
authorShafik Yaghmour <syaghmour@apple.com>
Fri, 19 Feb 2021 01:56:59 +0000 (17:56 -0800)
committerShafik Yaghmour <syaghmour@apple.com>
Fri, 19 Feb 2021 01:57:40 +0000 (17:57 -0800)
One of the lldb tests needed additional fixes.

lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test

index 8dddea0..8bdc221 100644 (file)
@@ -22,5 +22,5 @@ PRINTEC: use of undeclared identifier 'EC'
 
 RUN: %lldb %t -b -o "target variable a e ec" | FileCheck --check-prefix=VARS %s
 VARS: (const (unnamed struct)) a = {}
-VARS: (const (anonymous enum)) e = 0x1
-VARS: (const (anonymous enum)) ec = 0x1
+VARS: (const (unnamed enum)) e = 0x1
+VARS: (const (unnamed enum)) ec = 0x1