[cfe-commits] r132321 - in /cfe/trunk/test/CodeGen: 2009-10-20-GlobalDebug.c X86/2009-10-20-GlobalDebug.c

Galina Kistanova gkistanova at gmail.com
Mon May 30 17:34:37 PDT 2011


Author: gkistanova
Date: Mon May 30 19:34:37 2011
New Revision: 132321

URL: http://llvm.org/viewvc/llvm-project?rev=132321&view=rev
Log:
Just one for now to see how it will fly.

Added:
    cfe/trunk/test/CodeGen/X86/2009-10-20-GlobalDebug.c   (props changed)
      - copied unchanged from r132320, cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c
Removed:
    cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c

Removed: cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c?rev=132320&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c (original)
+++ cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c (removed)
@@ -1,8 +0,0 @@
-// RUN: %clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
-int global;
-// CHECK: ascii   "localstatic"          ## DW_AT_name
-// CHECK: asciz   "global" ## External Name
-int main() { 
-  static int localstatic;
-  return 0;
-}

Propchange: cfe/trunk/test/CodeGen/X86/2009-10-20-GlobalDebug.c
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon May 30 19:34:37 2011
@@ -0,0 +1 @@
+/cfe/trunk/test/SemaTemplate/test/CodeGen/2009-10-20-GlobalDebug.c:126920





More information about the cfe-commits mailing list