diff options
| author | Matt Davis <Matthew.Davis@sony.com> | 2018-02-15 17:55:52 +0000 |
|---|---|---|
| committer | Matt Davis <Matthew.Davis@sony.com> | 2018-02-15 17:55:52 +0000 |
| commit | b2c508b43fea374cccea89ae5445a94d56491a02 (patch) | |
| tree | fca634444c511714996e08d918b357134c4cbf99 /clang | |
| parent | 689d8137cecd05f0ab1e5707356151ea83822914 (diff) | |
| download | bcm5719-llvm-b2c508b43fea374cccea89ae5445a94d56491a02.tar.gz bcm5719-llvm-b2c508b43fea374cccea89ae5445a94d56491a02.zip | |
[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
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-range-for-var-names.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-range-for-var-names.cpp b/clang/test/CodeGenCXX/debug-info-range-for-var-names.cpp index 34f3b251c8d..6cd70fe0820 100644 --- a/clang/test/CodeGenCXX/debug-info-range-for-var-names.cpp +++ b/clang/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]+]] |

