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-blocks.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-blocks.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-blocks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-blocks.cpp b/clang/test/CodeGenCXX/debug-info-blocks.cpp index f47ade7d52b..7eea3ce0964 100644 --- a/clang/test/CodeGenCXX/debug-info-blocks.cpp +++ b/clang/test/CodeGenCXX/debug-info-blocks.cpp @@ -14,7 +14,7 @@ void test() { // CHECK: !DISubprogram(name: "__Block_byref_object_copy_", // CHECK-SAME: line: 11, -// CHECK-SAME: isLocal: true, isDefinition: true +// CHECK-SAME: DISPFlagLocalToUnit | DISPFlagDefinition // CHECK: !DISubprogram(name: "__Block_byref_object_dispose_", // CHECK-SAME: line: 11, -// CHECK-SAME: isLocal: true, isDefinition: true +// CHECK-SAME: DISPFlagLocalToUnit | DISPFlagDefinition |