Trying to guess why EWS is failing in bug #210302, I noticed that generate_offset_extractor.rb is missing a build dependency for llint/WebAssembly.asm. Sadly, this doesn't explain the build failure in that bug, because that patch modifies several other files that should cause this script to run. But let's fix it anyway.
My working dir is pretty dirty right now. The fix I will upload when ready is: diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt index 38ae6ce11a89..82311f380df2 100644 --- a/Source/JavaScriptCore/CMakeLists.txt +++ b/Source/JavaScriptCore/CMakeLists.txt @@ -192,6 +192,7 @@ set(LLINT_ASM llint/LowLevelInterpreter.asm llint/LowLevelInterpreter32_64.asm llint/LowLevelInterpreter64.asm + llint/WebAssembly.asm ) set(OFFLINE_ASM
Created attachment 414392 [details] Patch
Committed r269933: <https://trac.webkit.org/changeset/269933> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414392 [details].
<rdar://problem/71510500>