
A follow up to commit 6bad76c7ae93 ("[Demangle] fix windows tests") based on @thakis' report. Fixes: #63740 Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D154875
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
; RUN: llvm-undname -warn-trailing 2>&1 < %s | FileCheck %s
|
|
|
|
?x@@3HAasdf
|
|
; CHECK: ?x@@3HAasdf
|
|
; CHECK-NEXT: int x
|
|
; CHECK-NEXT: warning: trailing characters: asdf
|
|
|
|
.?AVNet@@
|
|
; CHECK: .?AVNet@@
|
|
; CHECK-NEXT: class Net `RTTI Type Descriptor Name'
|
|
; CHECK-NOT: warning: trailing characters
|