[all-commits] [llvm/llvm-project] b446c6: cmake: set _LARGEFILE_SOURCE=1 to fix a cmake error

Sylvestre Ledru via All-commits all-commits at lists.llvm.org
Mon Jul 17 01:00:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b446c6dfcf42f39c7f1fce204ccb51e9dcd89046
      https://github.com/llvm/llvm-project/commit/b446c6dfcf42f39c7f1fce204ccb51e9dcd89046
  Author: Sylvestre Ledru <sylvestre at debian.org>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt

  Log Message:
  -----------
  cmake: set _LARGEFILE_SOURCE=1 to fix a cmake error

```
-- Performing additional configure checks with target flags: -mips32r2;-mabi=32;-D_LARGEFILE_SOURCE;-D_FILE_OFFSET_BITS=64
-- Performing Test COMPILER_RT_HAS_mips_FLOAT16
CMake Error: Parse error in command line argument: _LARGEFILE_SOURCE
 Should be: VAR:type=value
```
See: https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-16&arch=mips64el&ver=1%3A16.0.6-4&stamp=1689111818&raw=0

Differential Revision: https://reviews.llvm.org/D155409




More information about the All-commits mailing list