Test for 95961.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2010-02-12 02:35:03 +00:00
parent 0d8db8e0a8
commit e89d578fda

View File

@ -1,7 +1,6 @@
// RUN: %llvmgcc -x objective-c -fwritable-strings -S %s -o - | FileCheck %s
// CHECK: @.str = private constant
// CHECK: @.str1 = private global
// .str1 should have linker_private linkage. It will be fixed next.
// CHECK: @.str1 = internal global
// rdar://7634471