[PATCH] D109913: [Bazel] Use posix definitions for FreeBSD

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 13:58:42 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2aa847421004: [Bazel] Use posix definitions for FreeBSD (authored by wamuir, committed by GMNGeoffrey).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109913/new/

https://reviews.llvm.org/D109913

Files:
  utils/bazel/llvm-project-overlay/llvm/config.bzl


Index: utils/bazel/llvm-project-overlay/llvm/config.bzl
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/config.bzl
+++ utils/bazel/llvm-project-overlay/llvm/config.bzl
@@ -69,6 +69,7 @@
 os_defines = select({
     "@bazel_tools//src/conditions:windows": win32_defines,
     "@bazel_tools//src/conditions:darwin": macos_defines,
+    "@bazel_tools//src/conditions:freebsd": posix_defines,
     "//conditions:default": linux_defines,
 })
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109913.373061.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210916/d80eb7c9/attachment.bin>


More information about the llvm-commits mailing list