WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
149065
[EFL] Fix WASM build
https://bugs.webkit.org/show_bug.cgi?id=149065
Summary
[EFL] Fix WASM build
Csaba Osztrogonác
Reported
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.
Attachments
Patch
(1.10 KB, patch)
2015-09-11 07:19 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2015-09-11 07:19:20 PDT
Created
attachment 261006
[details]
Patch
WebKit Commit Bot
Comment 2
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
>
WebKit Commit Bot
Comment 3
2015-09-11 09:56:34 PDT
All reviewed patches have been landed. Closing bug.
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