[PATCH] D151006: [bazel] Remove terminfo dependency

Aaron Siddhartha Mondal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 16:19:16 PDT 2023


aaronmondal created this revision.
aaronmondal added reviewers: phosek, matts1, MaskRay, GMNGeoffrey.
Herald added a project: All.
aaronmondal requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The only enabling configuration of this is irreproducible. Since
terminfo doesn't provide essential functionality, remove it so that all
external dependencies now follow the same config_setting pattern.

This should be an NFC for most setups and all CI setups.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151006

Files:
  utils/bazel/WORKSPACE
  utils/bazel/configure.bzl
  utils/bazel/deps_impl/BUILD.bazel
  utils/bazel/deps_impl/terminfo_disable.BUILD
  utils/bazel/deps_impl/terminfo_system.BUILD
  utils/bazel/deps_impl/terminfo_test.c
  utils/bazel/examples/http_archive/WORKSPACE
  utils/bazel/examples/submodule/WORKSPACE
  utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
  utils/bazel/terminfo.bzl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151006.523962.patch
Type: text/x-patch
Size: 13755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230519/3d07f5ab/attachment.bin>


More information about the llvm-commits mailing list