diff options
author | Ivan Krasin <krasin@chromium.org> | 2011-09-15 23:13:00 +0000 |
---|---|---|
committer | Ivan Krasin <krasin@chromium.org> | 2011-09-15 23:13:00 +0000 |
commit | 639222d0902f0aff52c51c850b29369e017eef83 (patch) | |
tree | 6a99e9d8ead4106f53541398c10af4365be7b1b3 /llvm/tools/llvm-mc/Disassembler.cpp | |
parent | 7b43568a932089edcf4d8eea269748cafbca60e0 (diff) | |
download | bcm5719-llvm-639222d0902f0aff52c51c850b29369e017eef83.tar.gz bcm5719-llvm-639222d0902f0aff52c51c850b29369e017eef83.zip |
use 64-bit types instead of off_t/size_t to avoid the issue when
gold plugin is built with Large File Support (sizeof(off_t) == 64 on i686)
and the rest of LLVM is built w/o Large File Support
(sizeof(off_t) == 32 on i686) which corrupts the stack.
llvm-svn: 139873
Diffstat (limited to 'llvm/tools/llvm-mc/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions