[llvm-commits] [llvm] r129519 - /llvm/trunk/test/FrontendC/cstring-align.c

Daniel Dunbar daniel at zuster.org
Thu Apr 14 08:21:17 PDT 2011


Author: ddunbar
Date: Thu Apr 14 10:21:16 2011
New Revision: 129519

URL: http://llvm.org/viewvc/llvm-project?rev=129519&view=rev
Log:
tests: Remove a FrontendC test which is no longer valid.

Removed:
    llvm/trunk/test/FrontendC/cstring-align.c

Removed: llvm/trunk/test/FrontendC/cstring-align.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/cstring-align.c?rev=129518&view=auto
==============================================================================
--- llvm/trunk/test/FrontendC/cstring-align.c (original)
+++ llvm/trunk/test/FrontendC/cstring-align.c (removed)
@@ -1,11 +0,0 @@
-// RUN: %llvmgcc %s -S -Os -o - | llc -march=x86 -mtriple=i386-apple-darwin10 | FileCheck %s
-
-extern void func(const char *, const char *);
-
-void long_function_name() {
-  func("%s: the function name", __func__);
-}
-
-// CHECK: .align 4
-// CHECK: ___func__.
-// CHECK: .asciz "long_function_name"





More information about the llvm-commits mailing list