From 5419a3ce123b8ba557fab1ed722946d0efef1379 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 5 Dec 2018 13:56:26 +0000 Subject: Revert: Honor -fdebug-prefix-map when creating function names for the debug info. This commit reverts r348060 and r348062 due to it breaking the AArch64 Full buildbot: https://bugs.llvm.org/show_bug.cgi?id=39892 llvm-svn: 348364 --- clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp (limited to 'clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp') diff --git a/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp b/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp deleted file mode 100644 index f0fb1a312c8..00000000000 --- a/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \ -// RUN: -fdebug-prefix-map=%S=/SOURCE_ROOT %s -emit-llvm -o - | FileCheck %s - -template void b(T) {} -void c() { - // CHECK: !DISubprogram(name: "b<(lambda at - // CHECK-SAME: SOURCE_ROOT - // CHECK-SAME: [[@LINE+1]]:{{[0-9]+}})>" - b([]{}); -} -- cgit v1.2.3