mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Update test to match 95961.
llvm-svn: 95971
This commit is contained in:
parent
06c22ed109
commit
dc2bb77b1b
@ -1,7 +1,7 @@
|
|||||||
// Test the -fwritable-strings option.
|
// Test the -fwritable-strings option.
|
||||||
|
|
||||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \
|
// 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}
|
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant}
|
||||||
|
|
||||||
char *X = "foo";
|
char *X = "foo";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user