diff options
author | Paul Robinson <paul.robinson@sony.com> | 2018-11-28 21:18:07 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2018-11-28 21:18:07 +0000 |
commit | 416b12f776e7390a23d9fbeda434ec572d25050b (patch) | |
tree | 505572176bdd2c9f0ea2d9573146f07e3fb53fbd /clang/test/CodeGenCXX/debug-info-thunk.cpp | |
parent | adcdc1bd0a8802f5260162b8b63762724bf1ff32 (diff) | |
download | bcm5719-llvm-416b12f776e7390a23d9fbeda434ec572d25050b.tar.gz bcm5719-llvm-416b12f776e7390a23d9fbeda434ec572d25050b.zip |
[DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram flags.
Differential Revision: https://reviews.llvm.org/D54756
llvm-svn: 347807
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-thunk.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-thunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |