WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
150292
[Win] Fix the Windows build after landing of
webkit.org/b/150270
https://bugs.webkit.org/show_bug.cgi?id=150292
Summary
[Win] Fix the Windows build after landing of webkit.org/b/150270
Sungmann Cho
Reported
2015-10-17 17:15:45 PDT
Currently, ToT breaks at: Creating library Z:\Developer\OSS\WebKit\WebKitBuild\Debug\lib32\JavaScriptCore.lib and object Z:\Developer\OSS\WebKit\WebKitBuild\Debug\lib32\JavaScriptCore.exp 6>CopiedSpace.obj : error LNK2019: unresolved external symbol "public: static class JSC::CopiedBlock * __cdecl JSC::CopiedBlock::create(unsigned int)" (?create@CopiedBlock@JSC@@SAPAV12@I@Z) referenced in function "private: class CheckedBoolean __thiscall JSC::CopiedSpace::tryAllocateOversize(unsigned int,void * *)" (?tryAllocateOversize@CopiedSpace@JSC@@AAE?AVCheckedBoolean@@IPAPAX@Z) 6>CopiedSpace.obj : error LNK2019: unresolved external symbol "public: static class JSC::CopiedBlock * __cdecl JSC::CopiedBlock::createNoZeroFill(unsigned int)" (?createNoZeroFill@CopiedBlock@JSC@@SAPAV12@I@Z) referenced in function "private: class JSC::CopiedBlock * __thiscall JSC::CopiedSpace::allocateBlockForCopyingPhase(void)" (?allocateBlockForCopyingPhase@CopiedSpace@JSC@@AAEPAVCopiedBlock@
2@XZ
) 6>CopiedSpace.obj : error LNK2019: unresolved external symbol "public: static void __cdecl JSC::CopiedBlock::destroy(class JSC::CopiedBlock *)" (?destroy@CopiedBlock@JSC@@SAXPAV12@@Z) referenced in function "public: __thiscall JSC::CopiedSpace::~CopiedSpace(void)" (??1CopiedSpace@JSC@@QAE@XZ) 6>Heap.obj : error LNK2001: unresolved external symbol "public: static void __cdecl JSC::CopiedBlock::destroy(class JSC::CopiedBlock *)" (?destroy@CopiedBlock@JSC@@SAXPAV12@@Z) 6>CopiedSpace.obj : error LNK2019: unresolved external symbol "private: void __thiscall JSC::CopiedBlock::zeroFillWilderness(void)" (?zeroFillWilderness@CopiedBlock@JSC@@AAEXXZ) referenced in function "private: void __thiscall JSC::CopiedSpace::doneFillingBlock(class JSC::CopiedBlock *,class JSC::CopiedBlock * *)" (?doneFillingBlock@CopiedSpace@JSC@@AAEXPAVCopiedBlock@
2@PAPAV32@@Z
) 6>Z:\Developer\OSS\WebKit\WebKitBuild\Debug\bin32\JavaScriptCore.dll : fatal error LNK1120: 4 unresolved externals
Attachments
Patch
(2.24 KB, patch)
2015-10-17 17:17 PDT
,
Sungmann Cho
darin
: review+
darin
: commit-queue+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sungmann Cho
Comment 1
2015-10-17 17:17:33 PDT
Created
attachment 263392
[details]
Patch
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug