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+
Sungmann Cho
Comment 1 2015-10-17 17:17:33 PDT
Note You need to log in before you can comment on or make changes to this bug.