Bug 149065

Summary: [EFL] Fix WASM build
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ossy
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 146064    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-09-11 07:17:47 PDT
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToInt32(JSC::ExecState*, long): error: undefined reference to 'JSC::JSValue::decode(long)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToInt32(JSC::ExecState*, long): error: undefined reference to 'JSC::JSValue::toInt32(JSC::ExecState*) const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToDouble(JSC::ExecState*, long): error: undefined reference to 'JSC::JSValue::decode(long)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToDouble(JSC::ExecState*, long): error: undefined reference to 'JSC::JSValue::toNumber(JSC::ExecState*) const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildReturn(int, JSC::WASMExpressionType): error: undefined reference to 'JSC::JSValue::JSValue(JSC::JSValue::JSUndefinedTag)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildReturn(int, JSC::WASMExpressionType): error: undefined reference to 'JSC::JSValue::encode(JSC::JSValue)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to 'JSC::JSValue::decode(long)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to 'JSC::JSValue::isInt32() const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to 'JSC::JSValue::asInt32() const'
build log:

Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to 'JSC::JSValue::asDouble() const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::boxArgumentsAndAdjustStackPointer(WTF::Vector<JSC::WASMType, 0ul, WTF::CrashOnOverflow, 16ul> const&): error: undefined reference to 'JSC::JSValue::JSValue(JSC::JSValue::JSUndefinedTag)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::boxArgumentsAndAdjustStackPointer(WTF::Vector<JSC::WASMType, 0ul, WTF::CrashOnOverflow, 16ul> const&): error: undefined reference to 'JSC::JSValue::encode(JSC::JSValue)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::endFunction(): error: undefined reference to 'JSC::JSValue::JSValue(JSC::JSValue::JSUndefinedTag)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::endFunction(): error: undefined reference to 'JSC::JSValue::encode(JSC::JSValue)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64<JSC::WASMFunctionCompiler>(JSC::WASMFunctionCompiler&, unsigned int): error: undefined reference to 'JSC::JSValue::decode(long)'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64<JSC::WASMFunctionCompiler>(JSC::WASMFunctionCompiler&, unsigned int): error: undefined reference to 'JSC::JSValue::isInt32() const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64<JSC::WASMFunctionCompiler>(JSC::WASMFunctionCompiler&, unsigned int): error: undefined reference to 'JSC::JSValue::asInt32() const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64<JSC::WASMFunctionCompiler>(JSC::WASMFunctionCompiler&, unsigned int): error: undefined reference to 'JSC::JSValue::asDouble() const'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Comment 1 Csaba Osztrogonác 2015-09-11 07:19:20 PDT
Created attachment 261006 [details]
Patch
Comment 2 WebKit Commit Bot 2015-09-11 09:56:30 PDT
Comment on attachment 261006 [details]
Patch

Clearing flags on attachment: 261006

Committed r189622: <http://trac.webkit.org/changeset/189622>
Comment 3 WebKit Commit Bot 2015-09-11 09:56:34 PDT
All reviewed patches have been landed.  Closing bug.