[PATCH] D11588: [Sanitizers] [Bug 24151] Generalize type of offset in internal_mmap
Daniel Sanders
daniel.sanders at imgtec.com
Thu Jul 30 14:04:40 PDT 2015
dsanders added a comment.
Great. Committed in r243686.
I had to make one more trivial change to make the tests pass. buildgo.sh failed because the printf's have a format/type mismatch. There's no portable way to print OFF_T so I'm casting to long long and using %lld
Repository:
rL LLVM
http://reviews.llvm.org/D11588
More information about the llvm-commits
mailing list