Skip to content

Commit

Permalink
exclude int128 support in SimpleAtoi to fix __muloti4 missing from clang
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@intel.com>
  • Loading branch information
rojkov committed Nov 6, 2020
1 parent 2c518fc commit a042b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Abseil",
project_desc = "Open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase",
project_url = "https://abseil.io/",
version = "962b067540f511070b7afa4cda465233b42b560a",
sha256 = "92fc73e6002c970ca92c1a32bf6172f6c32fa2d9e1099e880362eeeb5a57cb4e",
version = "8f1c34a77a2ba04512b7f9cbc6013d405e6a0b31",
sha256 = "635367c5cac4bbab95d0485ba9e68fa422546b06ce050190c99be7e23aba3ce3",
strip_prefix = "abseil-cpp-{version}",
urls = ["https://github.com/abseil/abseil-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_core", "controlplane"],
Expand Down

0 comments on commit a042b5b

Please sign in to comment.