Forgot this patch in r159023.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 22 Jun 2012 20:30:39 +0000 (20:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 22 Jun 2012 20:30:39 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159028 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOModule.cpp

index 9a7d76832a10765e4f2a2bd236f6582945ded454..97b58896d216db6ddbaca88768db7f832de3ef22 100644 (file)
@@ -599,7 +599,7 @@ namespace {
         markGlobal(*Symbol);
     }
     virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
-                              unsigned Size , unsigned ByteAlignment) {
+                              uint64_t Size , unsigned ByteAlignment) {
       markDefined(*Symbol);
     }
     virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,