Zachary Turner | 8d7767b | 2018-08-16 16:17:17 +0000 | [diff] [blame] | 1 | ; These tests are based on clang/test/CodeGenCXX/mangle-ms-cxx11.cpp |
2 | |||||
3 | ; RUN: llvm-undname < %s | FileCheck %s | ||||
4 | |||||
5 | ; CHECK-NOT: Invalid mangled name | ||||
6 | |||||
7 | ; MD5-mangled names start with ??@ and we should output them as is. We have | ||||
8 | ; two check lines here since the tool echos the input. | ||||
9 | ??@a6a285da2eea70dba6b578022be61d81@ | ||||
10 | ; CHECK: ??@a6a285da2eea70dba6b578022be61d81@ | ||||
11 | ; CHECK-NEXT: ??@a6a285da2eea70dba6b578022be61d81@ |