diff options
author | Alexandre Ganea <alexandre.ganea@ubisoft.com> | 2019-11-15 16:21:17 -0500 |
---|---|---|
committer | Alexandre Ganea <alexandre.ganea@ubisoft.com> | 2019-11-15 16:21:17 -0500 |
commit | caf3166d40ffbb0d61b29f423318ce6cfbcf4a9f (patch) | |
tree | 931330939444c1b58a018e889596a2a62bc9253a /clang/test/CodeGenCXX/debug-info-line.cpp | |
parent | 50e99563fb0459f5160572eef3c4e6062b8ad3f2 (diff) | |
download | bcm5719-llvm-caf3166d40ffbb0d61b29f423318ce6cfbcf4a9f.tar.gz bcm5719-llvm-caf3166d40ffbb0d61b29f423318ce6cfbcf4a9f.zip |
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them as artificial"
This reverts commit 9c1baa23526c6d7d06eafefbf82d73bfe9bb3aaf.
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-line.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-line.cpp b/clang/test/CodeGenCXX/debug-info-line.cpp index 3c09b94b0f8..951359df540 100644 --- a/clang/test/CodeGenCXX/debug-info-line.cpp +++ b/clang/test/CodeGenCXX/debug-info-line.cpp @@ -314,7 +314,7 @@ void f25() { // CHECK: [[DBG_F9]] = !DILocation(line: 1000, // CHECK: [[DBG_F10_STORE]] = !DILocation(line: 1100, // CHECK: [[DBG_GLBL_CTOR_B]] = !DILocation(line: 1200, -// CHECK: [[DBG_GLBL_DTOR_B]] = !DILocation(line: 0, +// CHECK: [[DBG_GLBL_DTOR_B]] = !DILocation(line: 1200, // CHECK: [[DBG_F11]] = !DILocation(line: 1300, // CHECK: [[DBG_F12]] = !DILocation(line: 1400, // CHECK: [[DBG_F13]] = !DILocation(line: 1500, |