summaryrefslogtreecommitdiff
path: root/etc/import/absl/numeric
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/numeric')
-rw-r--r--etc/import/absl/numeric/TARGETS.absl28
1 files changed, 24 insertions, 4 deletions
diff --git a/etc/import/absl/numeric/TARGETS.absl b/etc/import/absl/numeric/TARGETS.absl
index ed778e60..2d543567 100644
--- a/etc/import/absl/numeric/TARGETS.absl
+++ b/etc/import/absl/numeric/TARGETS.absl
@@ -1,6 +1,6 @@
{ "int128":
{ "type": "export"
- , "target": "int128_internal"
+ , "target": "int128 (unexported)"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
@@ -18,7 +18,7 @@
, "TOOLCHAIN_CONFIG"
]
}
-, "int128_internal":
+, "int128 (unexported)":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["int128"]
, "stage": ["absl", "numeric"]
@@ -29,7 +29,7 @@
}
, "bits":
{ "type": "export"
- , "target": "bits_internal"
+ , "target": "bits (unexported)"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
@@ -47,7 +47,7 @@
, "TOOLCHAIN_CONFIG"
]
}
-, "bits_internal":
+, "bits (unexported)":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["bits"]
, "stage": ["absl", "numeric"]
@@ -55,6 +55,26 @@
, "deps": [["absl/base", "config"], ["absl/base", "core_headers"]]
}
, "numeric_representation":
+ { "type": "export"
+ , "target": "numeric_representation (unexported)"
+ , "flexible_config":
+ [ "ADD_CFLAGS"
+ , "ADD_CXXFLAGS"
+ , "AR"
+ , "ARCH"
+ , "CC"
+ , "CFLAGS"
+ , "CXX"
+ , "CXXFLAGS"
+ , "DEBUG"
+ , "ENV"
+ , "HOST_ARCH"
+ , "OS"
+ , "TARGET_ARCH"
+ , "TOOLCHAIN_CONFIG"
+ ]
+ }
+, "numeric_representation (unexported)":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["numeric_representation"]
, "stage": ["absl", "numeric"]