
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.
13 lines
311 B
Plaintext
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"],
|
|
)
|