CodeGen: mark ObjC cstring literals as constant
These strings are constants, mark them as such. This doesn't matter too much in practice on MachO since the constants are placed into a special section and not referred to directly. llvm-svn: 281854
Loading
Please sign in to comment