[all-commits] [llvm/llvm-project] b93ede: [bazel] Separate capi_deps from deps in mlir_c_api...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Thu Jan 13 22:08:22 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b93eded7b94549cd2329d37f25f04c3c8f354649
      https://github.com/llvm/llvm-project/commit/b93eded7b94549cd2329d37f25f04c3c8f354649
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
    M utils/bazel/llvm-project-overlay/mlir/build_defs.bzl

  Log Message:
  -----------
  [bazel] Separate capi_deps from deps in mlir_c_api_cc_library.

This is important because *Objects targets need to only depend on other *Objects targets, not on the unsuffixed CAPI rules. Depending on how it is linked in the current setup, it can cause duplicate symbols.

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




More information about the All-commits mailing list