[llvm-commits] [llvm] r44867 - in /llvm/trunk/test: C++Frontend/2007-10-01-StructResize.cpp C++Frontend/2007-10-01-StructResize.ll FrontendObjC/2007-10-18-ProDescriptor.ll FrontendObjC/2007-10-18-ProDescriptor.m

Dan Gohman djg at cray.com
Tue Dec 11 07:55:52 PST 2007


Author: djg
Date: Tue Dec 11 09:55:52 2007
New Revision: 44867

URL: http://llvm.org/viewvc/llvm-project?rev=44867&view=rev
Log:
Rename these tests to use the appropriate suffixes.

Added:
    llvm/trunk/test/C++Frontend/2007-10-01-StructResize.cpp
      - copied unchanged from r44792, llvm/trunk/test/C++Frontend/2007-10-01-StructResize.ll
    llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.m
      - copied unchanged from r44792, llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.ll
Removed:
    llvm/trunk/test/C++Frontend/2007-10-01-StructResize.ll
    llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.ll

Removed: llvm/trunk/test/C++Frontend/2007-10-01-StructResize.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2007-10-01-StructResize.ll?rev=44866&view=auto

==============================================================================
--- llvm/trunk/test/C++Frontend/2007-10-01-StructResize.ll (original)
+++ llvm/trunk/test/C++Frontend/2007-10-01-StructResize.ll (removed)
@@ -1,14 +0,0 @@
-// RUN: %llvmgxx -c %s -o /dev/null
-
-#pragma pack(4)
-
-struct Bork {
-  unsigned int f1 : 3;
-  unsigned int f2 : 30;
-};
-
-int Foo(Bork *hdr) {
-  hdr->f1 = 7;
-  hdr->f2 = 927;
-}
-

Removed: llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.ll?rev=44866&view=auto

==============================================================================
--- llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.ll (original)
+++ llvm/trunk/test/FrontendObjC/2007-10-18-ProDescriptor.ll (removed)
@@ -1,19 +0,0 @@
-// RUN: %llvmgcc -x objective-c -c %s -o /dev/null
- at protocol O
- at end
- at interface O < O > {
-}
- at end
-struct A {
-};
- at protocol AB
-- (unsigned) ver;
- at end
- at interface AGy:O < AB > {
-}
- at end
- at implementation AGy
-- (unsigned) ver {
-}
- at end
-





More information about the llvm-commits mailing list