Skip to content

Commit b2c508b

Browse files
Matt DavisMatt Davis
authored andcommitted
[Test] Remove mangled name from test.
This line is not needed in the test, and breaks Windows testing. Fixes the test added in r325175. llvm-svn: 325271
1 parent 689d813 commit b2c508b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CodeGenCXX/debug-info-range-for-var-names.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ void test() {
1515
}
1616
}
1717

18-
// CHECK: define void @_Z4testv()
1918
// CHECK: call void @llvm.dbg.declare(metadata %struct.vec** {{.*}}, metadata ![[RANGE1:[0-9]+]]
2019
// CHECK: call void @llvm.dbg.declare(metadata i32** {{.*}}, metadata ![[BEGIN1:[0-9]+]]
2120
// CHECK: call void @llvm.dbg.declare(metadata i32** {{.*}}, metadata ![[END1:[0-9]+]]

0 commit comments

Comments
 (0)