[llvm-commits] [llvm] r77055 - /llvm/trunk/test/FrontendC/2009-02-27-CString.c

Chris Lattner sabre at nondot.org
Sat Jul 25 00:31:52 PDT 2009


Author: lattner
Date: Sat Jul 25 02:31:51 2009
New Revision: 77055

URL: http://llvm.org/viewvc/llvm-project?rev=77055&view=rev
Log:
remove this test.  It is currently failing because we now emit the string
on darwin with ".cstring" instead of ".section  __TEXT,__cstring".  They
are the same and the former is better.  Remove this because this is no longer
magic pixie dust in the frontend.

Removed:
    llvm/trunk/test/FrontendC/2009-02-27-CString.c

Removed: llvm/trunk/test/FrontendC/2009-02-27-CString.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-02-27-CString.c?rev=77054&view=auto

==============================================================================
--- llvm/trunk/test/FrontendC/2009-02-27-CString.c (original)
+++ llvm/trunk/test/FrontendC/2009-02-27-CString.c (removed)
@@ -1,11 +0,0 @@
-/* RUN: %llvmgcc %s -S -o - -emit-llvm | \
-   RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
-   XFAIL: *
-   XTARGET: darwin
-   END.
-   Insure that stings go to the cstring section.  This test is
-   intended solely for Darwin targets.
- */
-char *foo() {
-  return "this string should go to the CSTRING SECTION";
-}





More information about the llvm-commits mailing list