Closed gengjiawen closed 2 years ago
You probably need to add v8/src/debug/debug-wasm-objects{.cc,.h,-inl.h}.
You probably need to add v8/src/debug/debug-wasm-objects{.cc,.h,-inl.h}.
Found a silly mistake I have taken, now stuck on
/Users/jiawengeng/code/v8-cmake/v8/src/builtins/setup-builtins-internal.cc:336:3: error: no member named 'kLdaNamedPropertyNoFeedback' in 'v8::internal::interpreter::Bytecode'
BUILTIN_LIST(BUILD_CPP, BUILD_TFJ, BUILD_TFC, BUILD_TFS, BUILD_TFH, BUILD_BCH,
I have found kLdaNamedProperty
, not sure where NoFeedback
comes from.
the error is misleading, a wrong inlcude
classic fails only on MSVC 😓
Thanks to the old issue: https://github.com/bnoordhuis/v8-cmake/issues/10.
Upstream patch: https://chromium-review.googlesource.com/c/v8/v8/+/3366367.
any hint for this error ? I found the object exist on
debug-interface.h
, and included.cc @bnoordhuis