test svn commit access

llvm-svn: 148388
This commit is contained in:
Seth Cantrell 2012-01-18 12:11:32 +00:00
parent 44b683ea0f
commit c9196651fc
1 changed files with 1 additions and 0 deletions

View File

@ -2120,6 +2120,7 @@ CodeGenModule::GetAddrOfConstantStringFromLiteral(const StringLiteral *S) {
!Features.WritableStrings,
llvm::GlobalValue::PrivateLinkage,
C,".str");
GV->setAlignment(Align.getQuantity());
GV->setUnnamedAddr(true);