third_party/emboss: Update emboss to v2024.0702.215418

Fixes clangnext build failure.

Bug: 350970460
Change-Id: Ia91f11dcf20c3564aca39330b1e7223aa98e6647
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/219793
Reviewed-by: Eric Rahm <erahm@google.com>
Commit-Queue: Ben Lawson <benlawson@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
This commit is contained in:
Ben 2024-07-03 16:20:45 +00:00 committed by CQ Bot Account
parent 4749e232d8
commit 4a79fe82a3
3 changed files with 3 additions and 3 deletions

View File

@ -467,7 +467,7 @@ git_repository(
name = "com_google_emboss",
remote = "https://pigweed.googlesource.com/third_party/github/google/emboss",
# Also update emboss tag in pw_package/py/pw_package/packages/emboss.py
tag = "v2024.0501.215421",
tag = "v2024.0702.215418",
)
git_repository(

View File

@ -32,7 +32,7 @@ class Emboss(pw_package.git_repo.GitRepo):
"/third_party/github/google/emboss"
),
# Also update emboss tag in pigweed/WORKSPACE
tag="v2024.0501.215421",
tag="v2024.0702.215418",
**kwargs,
)

View File

@ -135,7 +135,7 @@ template("emboss_cc_library") {
"$dir_pw_third_party_emboss/compiler/util/attribute_util.py",
"$dir_pw_third_party_emboss/compiler/util/error.py",
"$dir_pw_third_party_emboss/compiler/util/expression_parser.py",
"$dir_pw_third_party_emboss/compiler/util/ir_pb2.py",
"$dir_pw_third_party_emboss/compiler/util/ir_data.py",
"$dir_pw_third_party_emboss/compiler/util/ir_util.py",
"$dir_pw_third_party_emboss/compiler/util/name_conversion.py",
"$dir_pw_third_party_emboss/compiler/util/parser_types.py",