build: do not use bundled simdutf when built with --shared-simdutf - #65891
Open
aduh95 wants to merge 4 commits into
Open
build: do not use bundled simdutf when built with --shared-simdutf#65891aduh95 wants to merge 4 commits into
--shared-simdutf#65891aduh95 wants to merge 4 commits into
Conversation
Original commit message:
Rewrite simdutf include paths to allow getting it from system
Change-Id: I2b7b4cb452c22ed72e0935662c3c7477954bc205
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/8319848
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#109702}
Refs: v8/v8@a0607c5
Collaborator
|
Review requested:
|
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95
force-pushed
the
shared-simdutf
branch
from
September 7, 2026 21:32
4703552 to
775944c
Compare
Contributor
Changelog@@ -1707,0 +1708,2 @@
+/nix/store/qcx56k9ydsfqb0rf7aqvwr5bn2garm6k-simdutf-9.0.0 (aarch64-darwin)
+/nix/store/kcxcfg1qwkbz5v4g2xqsr2vya9dfikvx-simdutf-9.0.0 (aarch64-linux)
@@ -1708,0 +1711 @@
+/nix/store/hk944pibnxikndqzisn9yij3ldxbi8fx-simdutf-9.0.0 (x86_64-darwin)
@@ -1710,0 +1714 @@
+/nix/store/jr66csw2kp4975f2ih9605z0srqnx4vc-simdutf-9.0.0 (x86_64-linux) |
Collaborator
Collaborator
Collaborator
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65891 +/- ##
=======================================
Coverage 90.16% 90.17%
=======================================
Files 771 771
Lines 265094 265097 +3
Branches 50367 50360 -7
=======================================
+ Hits 239035 239062 +27
+ Misses 17000 16971 -29
- Partials 9059 9064 +5 🚀 New features to boost your workflow:
|
meixg
approved these changes
Sep 8, 2026
Collaborator
Collaborator
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that v8/v8@a0607c5 has landed, we can mixing more than one simdutf instance. I'm also using this opportunity to clean up the
$CONFIG_FLAGSgeneration isshell.nix, to not explicitly pass the lib and header paths to test our default values.