From 416b12f776e7390a23d9fbeda434ec572d25050b Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Wed, 28 Nov 2018 21:18:07 +0000 Subject: [DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram flags. Differential Revision: https://reviews.llvm.org/D54756 llvm-svn: 347807 --- clang/test/CodeGenCXX/debug-info-thunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/debug-info-thunk.cpp') diff --git a/clang/test/CodeGenCXX/debug-info-thunk.cpp b/clang/test/CodeGenCXX/debug-info-thunk.cpp index 27bbbc68327..f6130cc28ce 100644 --- a/clang/test/CodeGenCXX/debug-info-thunk.cpp +++ b/clang/test/CodeGenCXX/debug-info-thunk.cpp @@ -268,9 +268,9 @@ namespace Test12 { // // ITANIUM: ![[SP]] = distinct !DISubprogram(linkageName: "_ZThn{{[48]}}_N6Test121C1fEv" // ITANIUM-SAME: line: 261 - // ITANIUM-SAME: isDefinition: true // ITANIUM-SAME: DIFlagArtificial // ITANIUM-SAME: DIFlagThunk + // ITANIUM-SAME: DISPFlagDefinition // ITANIUM-SAME: ){{$}} // // ITANIUM: ![[DBG]] = !DILocation(line: 0 -- cgit v1.2.3