@@ -63,7 +63,7 @@ index 047283a2..58ce611c 100644
6363 import("//build/config/mips.gni")
6464 import("//build/config/riscv.gni")
6565 import("//build/config/rust.gni")
66- @@ -3142 ,26 +3143,54 @@
66+ @@ -3295 ,26 +3296,55 @@
6767 }
6868 }
6969
@@ -81,6 +81,7 @@ index 047283a2..58ce611c 100644
8181+ "src/ic/binary-op-assembler.cc",
8282+ "src/ic/unary-op-assembler.cc",
8383+ "src/interpreter/interpreter-generator.cc",
84+ + "src/compiler/turboshaft/builtin-compiler.cc",
8485+ ]
8586+
8687 if (v8_current_cpu == "x86") {
@@ -918,24 +919,27 @@ index fd558992..190e9ee0 100644
918919 namespace v8 {
919920 namespace internal {
920921
921- @@ -2110 ,3 +2112,5 @@ RegExpNode* RegExpQuantifier::ToNode(int min, int max, bool is_greedy,
922+ @@ -2326 ,3 +2328,8 @@ RegExpNode* RegExpQuantifier::ToNode(int min, int max, bool is_greedy,
922923
923924 } // namespace internal
924925 } // namespace v8
925926+
927+ + #undef TRACE
928+ + #undef TRACE_WITH_NODE
929+ + #undef REGISTER_NODE
926930+ #undef kMaxCodePoint
927931diff --git a/v8/src/sandbox/testing.cc b/v8/src/sandbox/testing.cc
928932index 52d73951..d96f56f4 100644
929933--- a/v8/src/sandbox/testing.cc
930934+++ b/v8/src/sandbox/testing.cc
931- @@ -20 ,6 +20 ,7 @@
935+ @@ -29 ,6 +29 ,7 @@
932936 #include <sys/mman.h>
933937 #include <sys/ucontext.h>
934938 #include <unistd.h>
935939+ #undef MAP_TYPE
936- #endif // V8_OS_LINUX
937940
938- #ifdef V8_USE_ADDRESS_SANITIZER
941+ #include "src/base/platform/platform-linux.h"
942+ #endif // V8_OS_LINUX
939943diff --git a/v8/src/snapshot/read-only-deserializer.cc b/v8/src/snapshot/read-only-deserializer.cc
940944index 24e770f1..3568071a 100644
941945--- a/v8/src/snapshot/read-only-deserializer.cc
@@ -1070,3 +1074,13 @@ index 2be79a9d..faa205ef 100644
10701074 } // namespace v8::internal::compiler::turboshaft
10711075+
10721076+ #undef TRACE
1077+ --- a/v8/src/regexp/regexp-compiler.cc
1078+ +++ b/v8/src/regexp/regexp-compiler.cc
1079+ @@ -4106,3 +4106,7 @@
1080+ #endif
1081+
1082+ } // namespace v8::internal
1083+ +
1084+ + #undef TRACE
1085+ + #undef TRACE_WITH_NODE
1086+ + #undef REGISTER_NODE
0 commit comments