mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77055 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dced9fb219
commit
6dc82863a6
@ -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";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user