[bazel] Upstream config name change
No-Try: true Change-Id: I78f338fa1e3cb7cc31e7c75d114ec55df5aa1272 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3289145 Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Camillo Bruni <cbruni@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#77961}
This commit is contained in:
parent
b69ff1b8aa
commit
8414adc677
@ -2176,7 +2176,7 @@ filegroup(
|
||||
],
|
||||
}) + select({
|
||||
# Only for x64 builds and for arm64 with x64 host simulator.
|
||||
"@config//:is_posix_64bit": [
|
||||
"@config//:is_posix_x64": [
|
||||
"src/trap-handler/handler-inside-posix.cc",
|
||||
"src/trap-handler/handler-outside-posix.cc",
|
||||
],
|
||||
|
@ -131,7 +131,7 @@ selects.config_setting_group(
|
||||
)
|
||||
|
||||
selects.config_setting_group(
|
||||
name = "is_posix_64bit",
|
||||
name = "is_posix_x64",
|
||||
match_all = [
|
||||
":is_posix",
|
||||
":is_x64",
|
||||
|
Loading…
Reference in New Issue
Block a user