From fb93154bf147513339409e3640372ca3453060eb Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 16 Mar 2018 20:36:49 +0000 Subject: [MS] Don't escape MS C++ names with \01 It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738 --- ...ft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp') diff --git a/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp b/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp index 232c0d9c4dd..f7b79a9fa5d 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp @@ -36,7 +36,7 @@ struct X : D { // CHECK-LABEL: VFTable indices for 'test1::X' (1 entry). // CHECK-NEXT: 2 | test1::C *test1::X::foo() - // MANGLING-DAG: @"\01??_7X@test1@@6B@" + // MANGLING-DAG: @"??_7X@test1@@6B@" virtual C* foo(); } x; -- cgit v1.2.3