]> granicus.if.org Git - clang/commit
Patch to fix IR-gen crash generating structure ABI which implements
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 17 May 2011 22:21:16 +0000 (22:21 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 17 May 2011 22:21:16 +0000 (22:21 +0000)
commit6f40e2244b0590f144c5ceee07981a962fbbc72e
tree4442b30b5f1e9646fff978320fbc057926899e79
parent403de3f932b5d1d3e4e58f69960000911d04dd2a
Patch to fix IR-gen crash generating structure ABI which implements
user specified string class via -fconstant-string-class option.
pr9914.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131496 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
lib/CodeGen/CodeGenModule.cpp
test/CodeGenObjC/constant-string-class-1.m [new file with mode: 0644]
test/CodeGenObjC/constant-string-class.m