Commit 8e545c8a authored by Tobias Tebbi's avatar Tobias Tebbi Committed by Commit Bot

[flags] fix typo in variants.py

regarding --no-enable-experimental-regexp-engine

Bug: v8:10941
Change-Id: I9c3d9f8616b4ba9464ae699e1edf458c1f994952
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2421812
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70030}
parent dfd028c1
......@@ -62,7 +62,7 @@ INCOMPATIBLE_FLAGS_PER_VARIANT = {
"turboprop": ["--turbo-inlining", "--interrupt-budget=*", "--no-turboprop"],
"code_serializer": ["--cache=after-execute", "--cache=full-code-cache", "--cache=none"],
"no_local_heaps": ["--concurrent-inlining", "--turboprop"],
"experimental_regexp": ["-no--enable-experimental-regexp-engine"],
"experimental_regexp": ["--no-enable-experimental-regexp-engine"],
}
# Flags that lead to a contradiction under certain build variables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment