Skip to content
Commit 639222d0 authored by Ivan Krasin's avatar Ivan Krasin
Browse files

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
parent 7b43568a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment