r247396 - clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 01:53:30 PDT 2015
Author: chapuni
Date: Fri Sep 11 03:53:29 2015
New Revision: 247396
URL: http://llvm.org/viewvc/llvm-project?rev=247396&view=rev
Log:
clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].
Modified:
cfe/trunk/test/Modules/ExtDebugInfo.cpp
Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/ExtDebugInfo.cpp?rev=247396&r1=247395&r2=247396&view=diff
==============================================================================
--- cfe/trunk/test/Modules/ExtDebugInfo.cpp (original)
+++ cfe/trunk/test/Modules/ExtDebugInfo.cpp Fri Sep 11 03:53:29 2015
@@ -71,4 +71,4 @@ char _anchor = anon_enum + conflicting_u
// CHECK: !DIGlobalVariable(name: "anon_enum", {{.*}}, type: ![[ANON_ENUM]]
-// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: 21)
+// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: [[@LINE-53]])
More information about the cfe-commits
mailing list