[all-commits] [llvm/llvm-project] 2aa847: [Bazel] Use posix definitions for FreeBSD

William Muir via All-commits all-commits at lists.llvm.org
Thu Sep 16 13:58:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aa8474210044e41b527bd68870991b4104c4f2f
      https://github.com/llvm/llvm-project/commit/2aa8474210044e41b527bd68870991b4104c4f2f
  Author: William Muir <wamuir at gmail.com>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/config.bzl

  Log Message:
  -----------
  [Bazel] Use posix definitions for FreeBSD

Presently, definitions default to those for Linux which are not defined for FreeBSD (HAVE_LSEEK64, HAVE_MALLINFO, etc.).  Patch sets os_defines to posix definitions under FreeBSD.

Reviewed By: GMNGeoffrey

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




More information about the All-commits mailing list