diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-01-30 23:51:52 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-01-30 23:51:52 +0000 |
commit | fdbe11db007c20222951dae6265a1c7ab4aaeb57 (patch) | |
tree | 668f65237a1a539f97852320c3323a80dbe061d1 /lib/CodeGen/CGObjCMac.cpp | |
parent | 734d9869efb5d126df53ba70a6060789887e0d68 (diff) |
Missed another mis-alignment of an objc2 meta-data.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGObjCMac.cpp')
-rw-r--r-- | lib/CodeGen/CGObjCMac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index 07a9df272c..b5e3804964 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -3836,7 +3836,7 @@ llvm::Constant *CGObjCNonFragileABIMac::EmitIvarList( Init, Prefix + OID->getNameAsString(), &CGM.getModule()); - + GV->setAlignment(GetPointerAlign()); GV->setSection("__DATA, __objc_const"); UsedGlobals.push_back(GV); |