[llvm-branch-commits] [llvm-branch] r96558 - /llvm/branches/Apple/Hermes/test/FrontendC/2007-02-16-WritableStrings.c
Evan Cheng
evan.cheng at apple.com
Wed Feb 17 18:31:00 PST 2010
Author: evancheng
Date: Wed Feb 17 20:31:00 2010
New Revision: 96558
URL: http://llvm.org/viewvc/llvm-project?rev=96558&view=rev
Log:
Merge 95971.
Modified:
llvm/branches/Apple/Hermes/test/FrontendC/2007-02-16-WritableStrings.c
Modified: llvm/branches/Apple/Hermes/test/FrontendC/2007-02-16-WritableStrings.c
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Hermes/test/FrontendC/2007-02-16-WritableStrings.c?rev=96558&r1=96557&r2=96558&view=diff
==============================================================================
--- llvm/branches/Apple/Hermes/test/FrontendC/2007-02-16-WritableStrings.c (original)
+++ llvm/branches/Apple/Hermes/test/FrontendC/2007-02-16-WritableStrings.c Wed Feb 17 20:31:00 2010
@@ -1,7 +1,7 @@
// Test the -fwritable-strings option.
// RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \
-// RUN: grep {private global}
+// RUN: grep {internal global}
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant}
char *X = "foo";
More information about the llvm-branch-commits
mailing list