[PATCH] D64483: [CMake] Define _FILE_OFFSET_BITS=64 on Solaris
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 06:45:33 PDT 2019
ro added a comment.
In D64483#1590120 <https://reviews.llvm.org/D64483#1590120>, @rnk wrote:
> I would place this macro setting with the other code that sets this macro, in cmake/modules/HandleLLVMOptions.cmake.
This doesn't work unfortunately: I still get the same link failure for `Sanitizer-i386-Test` with gcc 9. For the original patch I'd followed how things are done
for AIX (`_XOPEN_SOURCE=700`, `_LARGE_FILE_API`) which is similar.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64483/new/
https://reviews.llvm.org/D64483
More information about the llvm-commits
mailing list