summaryrefslogtreecommitdiff
path: root/etc/import/absl/hash/TARGETS.absl
blob: 733f35fddc5a672f1ee7e45febae222d851a8536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{ "hash":
  { "type": "export"
  , "target": "hash (unexported)"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    , "TOOLCHAIN_CONFIG"
    ]
  }
, "hash (unexported)":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hash"]
  , "stage": ["absl", "hash"]
  , "hdrs": ["hash.h", "internal/hash.h"]
  , "srcs": ["internal/hash.cc"]
  , "deps":
    [ "city"
    , "low_level_hash"
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "endian"]
    , ["absl/container", "fixed_array"]
    , ["absl/functional", "function_ref"]
    , ["absl/meta", "type_traits"]
    , ["absl/numeric", "bits"]
    , ["absl/numeric", "int128"]
    , ["absl/strings", "strings"]
    , ["absl/types", "optional"]
    , ["absl/types", "variant"]
    , ["absl/utility", "utility"]
    ]
  }
, "city":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["city"]
  , "stage": ["absl", "hash"]
  , "hdrs": ["internal/city.h"]
  , "srcs": ["internal/city.cc"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "endian"]
    ]
  }
, "low_level_hash":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["low_level_hash"]
  , "stage": ["absl", "hash"]
  , "hdrs": ["internal/low_level_hash.h"]
  , "srcs": ["internal/low_level_hash.cc"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/base", "endian"]
    , ["absl/base", "prefetch"]
    , ["absl/numeric", "int128"]
    ]
  }
}