diff options
Diffstat (limited to 'clang/test/CodeGen/debug-info-gline-tables-only2.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-gline-tables-only2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGen/debug-info-gline-tables-only2.c b/clang/test/CodeGen/debug-info-gline-tables-only2.c index 8e9cc64e0d6..e28856f3084 100644 --- a/clang/test/CodeGen/debug-info-gline-tables-only2.c +++ b/clang/test/CodeGen/debug-info-gline-tables-only2.c @@ -8,6 +8,6 @@ int main() { } // CHECK: !llvm.dbg.cu = !{!0} -// CHECK: DW_TAG_compile_unit -// CHECK: {{.*main.* DW_TAG_subprogram}} -// CHECK: DW_TAG_file_type +// CHECK: !MDCompileUnit( +// CHECK: !MDSubprogram( +// CHECK: !MDFile( |