From 47cdbb302ce90673f709ac20b1735dfbfd30366a Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 15 Feb 2018 17:55:52 +0000 Subject: [PATCH] [Test] Remove mangled name from test. This line is not needed in the test, and breaks Windows testing. Fixes the test added in r325175. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325271 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-range-for-var-names.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGenCXX/debug-info-range-for-var-names.cpp b/test/CodeGenCXX/debug-info-range-for-var-names.cpp index 34f3b251c8..6cd70fe082 100644 --- a/test/CodeGenCXX/debug-info-range-for-var-names.cpp +++ b/test/CodeGenCXX/debug-info-range-for-var-names.cpp @@ -15,7 +15,6 @@ void test() { } } -// CHECK: define void @_Z4testv() // CHECK: call void @llvm.dbg.declare(metadata %struct.vec** {{.*}}, metadata ![[RANGE1:[0-9]+]] // CHECK: call void @llvm.dbg.declare(metadata i32** {{.*}}, metadata ![[BEGIN1:[0-9]+]] // CHECK: call void @llvm.dbg.declare(metadata i32** {{.*}}, metadata ![[END1:[0-9]+]] -- 2.40.0