Maksim Levental 392622d084
Revert "Revert "[mlir python] Add nanobind support (#119232)
Reverts revert #118517 after (hopefully) fixing builders
(https://github.com/llvm/llvm-zorg/pull/328,
https://github.com/llvm/llvm-zorg/pull/327)

This reverts commit 61bf308cf2fc32452f14861c102ace89f5f36fec.
2024-12-09 16:37:43 -05:00

13 lines
311 B
Plaintext

cc_library(
name = "robin_map",
hdrs = [
"include/tsl/robin_growth_policy.h",
"include/tsl/robin_hash.h",
"include/tsl/robin_map.h",
"include/tsl/robin_set.h",
],
includes = ["."],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
)