[cfe-commits] r59029 - in /cfe/trunk/test/CodeGen: PR3021-debug-info-and-typeof.c debug-info.c

Chris Lattner sabre at nondot.org
Mon Nov 10 22:28:11 PST 2008


Author: lattner
Date: Tue Nov 11 00:28:10 2008
New Revision: 59029

URL: http://llvm.org/viewvc/llvm-project?rev=59029&view=rev
Log:
remove the wrong PR # from the file name.

Added:
    cfe/trunk/test/CodeGen/debug-info.c
      - copied unchanged from r59028, cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c
Removed:
    cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c

Removed: cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c?rev=59028&view=auto

==============================================================================
--- cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c (original)
+++ cfe/trunk/test/CodeGen/PR3021-debug-info-and-typeof.c (removed)
@@ -1,6 +0,0 @@
-// RUN: clang -o %t --emit-llvm -g %s
-
-// PR3023
-void convert(void) {
-  struct { typeof(0) f0; } v0;
-}





More information about the cfe-commits mailing list