r227662 - Rename test file to be more accurate (& free up the file name for a more appropriate test)

David Blaikie dblaikie at gmail.com
Fri Jan 30 17:10:09 PST 2015


Author: dblaikie
Date: Fri Jan 30 19:10:09 2015
New Revision: 227662

URL: http://llvm.org/viewvc/llvm-project?rev=227662&view=rev
Log:
Rename test file to be more accurate (& free up the file name for a more appropriate test)

Added:
    cfe/trunk/test/CodeGen/debug-info-file-change.c
      - copied, changed from r227641, cfe/trunk/test/CodeGen/debug-info-line.c
Removed:
    cfe/trunk/test/CodeGen/debug-info-line.c

Copied: cfe/trunk/test/CodeGen/debug-info-file-change.c (from r227641, cfe/trunk/test/CodeGen/debug-info-line.c)
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-file-change.c?p2=cfe/trunk/test/CodeGen/debug-info-file-change.c&p1=cfe/trunk/test/CodeGen/debug-info-line.c&r1=227641&r2=227662&rev=227662&view=diff
==============================================================================
    (empty)

Removed: cfe/trunk/test/CodeGen/debug-info-line.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-line.c?rev=227661&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info-line.c (original)
+++ cfe/trunk/test/CodeGen/debug-info-line.c (removed)
@@ -1,21 +0,0 @@
-// RUN: %clang -emit-llvm -S -g %s -o - | FileCheck %s
-
-// Radar 8396182
-// There are no lexical blocks, but we need two DILexicalBlockFiles to
-// correctly represent file info.
-
-int foo() {
-  int i = 1;
-# 4 "m.c"
-# 1 "m.h" 1
-  int j = 2;
-# 2 "m.h"
-# 5 "m.c" 2
-  return i + j;
-}
-
-// CHECK: DW_TAG_lexical_block
-// CHECK: !"m.h"
-// CHECK: DW_TAG_lexical_block
-// CHECK: !"m.c"
-// CHECK-NOT: DW_TAG_lexical_block





More information about the cfe-commits mailing list