diff options
author | Evan Cheng <evan.cheng@apple.com> | 2012-06-22 20:30:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2012-06-22 20:30:39 +0000 |
commit | df42d41cd64b35e359364ea9804d71f30864d45d (patch) | |
tree | 751f6ec53a13b2cae894255ec40dbf3c4b3b39e3 /tools | |
parent | b460a3382961c5be9952a75d46228f624edbd39f (diff) |
Forgot this patch in r159023.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lto/LTOModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/LTOModule.cpp b/tools/lto/LTOModule.cpp index 9a7d76832a..97b58896d2 100644 --- a/tools/lto/LTOModule.cpp +++ b/tools/lto/LTOModule.cpp @@ -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, |