mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-14 07:20:24 +00:00
Update llvm-gcc's tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Test the -fwritable-strings option.
|
||||
|
||||
// RUN: %llvmgcc -O3 -S -o - -fwritable-strings %s | \
|
||||
// RUN: grep {internal global}
|
||||
// RUN: %llvmgcc -O3 -S -o - %s | grep {private constant}
|
||||
// RUN: grep {internal unnamed_addr global}
|
||||
// RUN: %llvmgcc -O3 -S -o - %s | grep {private unnamed_addr constant}
|
||||
|
||||
char *X = "foo";
|
||||
|
||||
Reference in New Issue
Block a user