blob: d11fa089dbab39d07d0101c0f13d463e7a976226 [file] [log] [blame]
Chris Lattner4b0d93a2007-02-17 05:07:40 +00001// Test the -fwritable-strings option.
2
Reid Spencerdcb925e2007-04-15 20:08:37 +00003// RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \
4// RUN: grep {internal global}
5// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {internal constant}
Chris Lattner4b0d93a2007-02-17 05:07:40 +00006
7char *X = "foo";
8