[all-commits] [llvm/llvm-project] f31a36: Revert D139752 "cmake: Enable 64bit off_t on 32bit...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Dec 20 09:45:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f31a36e7767ea98c5c9cce8c2e9a09dda9899e85
      https://github.com/llvm/llvm-project/commit/f31a36e7767ea98c5c9cce8c2e9a09dda9899e85
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M llvm/cmake/config-ix.cmake
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/lib/Support/raw_ostream.cpp

  Log Message:
  -----------
  Revert D139752 "cmake: Enable 64bit off_t on 32bit glibc systems"

This reverts commit ae3e228af77fea9ff4c45cca88a7a0de2cad662b.

Seems that it may form a wrong command line for 32-bit Halide builds

`-D_FILE_OFFSET_BITS="64 -D_DEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTDC_CONSTANT_MACROS -DSTDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"` according to




More information about the All-commits mailing list