Skip to content

Commit 1b00bb8

Browse files
committed
Unified build fixes from ARMv7 build failures
https://bugs.webkit.org/show_bug.cgi?id=216698 Reviewed by Adrian Perez de Castro. * llint/LLIntThunks.cpp: * runtime/FileBasedFuzzerAgent.cpp: * runtime/FunctionExecutableDump.cpp: * runtime/NativeExecutable.cpp: * runtime/WeakMapImpl.cpp: Canonical link: https://commits.webkit.org/229502@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@267239 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1c2d52c commit 1b00bb8

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2020-09-18 Paulo Matos <pmatos@igalia.com>
2+
3+
Unified build fixes from ARMv7 build failures
4+
https://bugs.webkit.org/show_bug.cgi?id=216698
5+
6+
Reviewed by Adrian Perez de Castro.
7+
8+
* llint/LLIntThunks.cpp:
9+
* runtime/FileBasedFuzzerAgent.cpp:
10+
* runtime/FunctionExecutableDump.cpp:
11+
* runtime/NativeExecutable.cpp:
12+
* runtime/WeakMapImpl.cpp:
13+
114
2020-09-17 Mark Lam <mark.lam@apple.com>
215

316
Use OS_CONSTANT(EFFECTIVE_ADDRESS_WIDTH) in speculationFromCell()'s isSanePointer().

Source/JavaScriptCore/llint/LLIntThunks.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "LLIntCLoop.h"
3232
#include "LLIntData.h"
3333
#include "LinkBuffer.h"
34+
#include "VMEntryRecord.h"
3435
#include "WasmCallingConvention.h"
3536
#include "WasmContextInlines.h"
3637
#include <wtf/NeverDestroyed.h>

Source/JavaScriptCore/runtime/FileBasedFuzzerAgent.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include "CodeBlock.h"
3030
#include "FuzzerPredictions.h"
31+
#include "JSCellInlines.h"
3132
#include <wtf/AnsiColors.h>
3233

3334
namespace JSC {

Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "FunctionExecutableDump.h"
2828

2929
#include "FunctionCodeBlock.h"
30+
#include "JSCellInlines.h"
3031

3132
namespace JSC {
3233

Source/JavaScriptCore/runtime/NativeExecutable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "config.h"
2727
#include "NativeExecutable.h"
2828

29+
#include "ExecutableBaseInlines.h"
2930
#include "JSCInlines.h"
3031

3132
namespace JSC {

Source/JavaScriptCore/runtime/WeakMapImpl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "WeakMapImpl.h"
2929

3030
#include "AuxiliaryBarrierInlines.h"
31+
#include "StructureInlines.h"
3132
#include "WeakMapImplInlines.h"
3233

3334
namespace JSC {

0 commit comments

Comments
 (0)