r325271 - [Test] Remove mangled name from test.
Matt Davis via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 15 09:55:52 PST 2018
Author: mattd
Date: Thu Feb 15 09:55:52 2018
New Revision: 325271
URL: http://llvm.org/viewvc/llvm-project?rev=325271&view=rev
Log:
[Test] Remove mangled name from test.
This line is not needed in the test, and breaks Windows testing.
Fixes the test added in r325175.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-range-for-var-names.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-range-for-var-names.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-range-for-var-names.cpp?rev=325271&r1=325270&r2=325271&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-range-for-var-names.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-range-for-var-names.cpp Thu Feb 15 09:55:52 2018
@@ -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]+]]
More information about the cfe-commits
mailing list