<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>149065</bug_id>
          
          <creation_ts>2015-09-11 07:17:47 -0700</creation_ts>
          <short_desc>[EFL] Fix WASM build</short_desc>
          <delta_ts>2015-10-08 02:40:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>146064</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Csaba Osztrogonác">ossy</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1125178</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-09-11 07:17:47 -0700</bug_when>
    <thetext>Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToInt32(JSC::ExecState*, long): error: undefined reference to &apos;JSC::JSValue::decode(long)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToInt32(JSC::ExecState*, long): error: undefined reference to &apos;JSC::JSValue::toInt32(JSC::ExecState*) const&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToDouble(JSC::ExecState*, long): error: undefined reference to &apos;JSC::JSValue::decode(long)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::operationConvertJSValueToDouble(JSC::ExecState*, long): error: undefined reference to &apos;JSC::JSValue::toNumber(JSC::ExecState*) const&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildReturn(int, JSC::WASMExpressionType): error: undefined reference to &apos;JSC::JSValue::JSValue(JSC::JSValue::JSUndefinedTag)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildReturn(int, JSC::WASMExpressionType): error: undefined reference to &apos;JSC::JSValue::encode(JSC::JSValue)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to &apos;JSC::JSValue::decode(long)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to &apos;JSC::JSValue::isInt32() const&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to &apos;JSC::JSValue::asInt32() const&apos;
build log:

Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::buildImmediateF64(double): error: undefined reference to &apos;JSC::JSValue::asDouble() const&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::boxArgumentsAndAdjustStackPointer(WTF::Vector&lt;JSC::WASMType, 0ul, WTF::CrashOnOverflow, 16ul&gt; const&amp;): error: undefined reference to &apos;JSC::JSValue::JSValue(JSC::JSValue::JSUndefinedTag)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::boxArgumentsAndAdjustStackPointer(WTF::Vector&lt;JSC::WASMType, 0ul, WTF::CrashOnOverflow, 16ul&gt; const&amp;): error: undefined reference to &apos;JSC::JSValue::encode(JSC::JSValue)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::endFunction(): error: undefined reference to &apos;JSC::JSValue::JSValue(JSC::JSValue::JSUndefinedTag)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::endFunction(): error: undefined reference to &apos;JSC::JSValue::encode(JSC::JSValue)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64&lt;JSC::WASMFunctionCompiler&gt;(JSC::WASMFunctionCompiler&amp;, unsigned int): error: undefined reference to &apos;JSC::JSValue::decode(long)&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64&lt;JSC::WASMFunctionCompiler&gt;(JSC::WASMFunctionCompiler&amp;, unsigned int): error: undefined reference to &apos;JSC::JSValue::isInt32() const&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64&lt;JSC::WASMFunctionCompiler&gt;(JSC::WASMFunctionCompiler&amp;, unsigned int): error: undefined reference to &apos;JSC::JSValue::asInt32() const&apos;
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/wasm/WASMFunctionParser.cpp.o:WASMFunctionParser.cpp:function JSC::WASMFunctionCompiler::Expression JSC::WASMFunctionParser::parseConstantPoolIndexExpressionF64&lt;JSC::WASMFunctionCompiler&gt;(JSC::WASMFunctionCompiler&amp;, unsigned int): error: undefined reference to &apos;JSC::JSValue::asDouble() const&apos;
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1125179</commentid>
    <comment_count>1</comment_count>
      <attachid>261006</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-09-11 07:19:20 -0700</bug_when>
    <thetext>Created attachment 261006
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1125205</commentid>
    <comment_count>2</comment_count>
      <attachid>261006</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-09-11 09:56:30 -0700</bug_when>
    <thetext>Comment on attachment 261006
Patch

Clearing flags on attachment: 261006

Committed r189622: &lt;http://trac.webkit.org/changeset/189622&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1125206</commentid>
    <comment_count>3</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-09-11 09:56:34 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>261006</attachid>
            <date>2015-09-11 07:19:20 -0700</date>
            <delta_ts>2015-09-11 09:56:30 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-149065-20150911071912.patch</filename>
            <type>text/plain</type>
            <size>1125</size>
            <attacher name="Csaba Osztrogonác">ossy</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTg5NjE2CmRpZmYgLS1naXQgYS9Tb3VyY2UvSmF2YVNjcmlw
dENvcmUvQ2hhbmdlTG9nIGIvU291cmNlL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwppbmRleCA4
M2ViZGQ1NDNiZTY1MTE2OGJkMDMzNDMwYjViZWRlNzZlZmMwMjdhLi5kZGNmZWYyNDJlY2FiZmJk
ZmI4Y2RhMDBlYmQ3YmM0ZmIxYmRlYWY1IDEwMDY0NAotLS0gYS9Tb3VyY2UvSmF2YVNjcmlwdENv
cmUvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9DaGFuZ2VMb2cKQEAgLTEs
MyArMSwxMiBAQAorMjAxNS0wOS0xMSAgQ3NhYmEgT3N6dHJvZ29uw6FjICA8b3NzeUB3ZWJraXQu
b3JnPgorCisgICAgICAgIFtFRkxdIEZpeCBXQVNNIGJ1aWxkCisgICAgICAgIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNDkwNjUKKworICAgICAgICBSZXZpZXdlZCBi
eSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICAqIHdhc20vV0FTTUZ1bmN0aW9uUGFyc2VyLmNw
cDoKKwogMjAxNS0wOS0xMSAgQW5kcmVhcyBLbGluZyAgPGFrbGluZ0BhcHBsZS5jb20+CiAKICAg
ICAgICAgW0pTQ10gV2VhayBzaG91bGQgb25seSBhY2NlcHQgY2VsbCBwb2ludGVlcy4KZGlmZiAt
LWdpdCBhL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS93YXNtL1dBU01GdW5jdGlvblBhcnNlci5jcHAg
Yi9Tb3VyY2UvSmF2YVNjcmlwdENvcmUvd2FzbS9XQVNNRnVuY3Rpb25QYXJzZXIuY3BwCmluZGV4
IDg5MTgyZTg1NmUzOTc2YTg0YmQyYTRhMGVjYmVjNDNiZTk5Njc4ZjguLmY3NjNhNWRlYmU2MWZm
OTYwNDAzYWMyYzJkODExNTI5MWQwYTI1NWIgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9KYXZhU2NyaXB0
Q29yZS93YXNtL1dBU01GdW5jdGlvblBhcnNlci5jcHAKKysrIGIvU291cmNlL0phdmFTY3JpcHRD
b3JlL3dhc20vV0FTTUZ1bmN0aW9uUGFyc2VyLmNwcApAQCAtMjgsNiArMjgsNyBAQAogCiAjaWYg
RU5BQkxFKFdFQkFTU0VNQkxZKQogCisjaW5jbHVkZSAiSlNDSlNWYWx1ZUlubGluZXMuaCIKICNp
bmNsdWRlICJKU1dBU01Nb2R1bGUuaCIKICNpbmNsdWRlICJXQVNNRnVuY3Rpb25Db21waWxlci5o
IgogI2luY2x1ZGUgIldBU01GdW5jdGlvblN5bnRheENoZWNrZXIuaCIK
</data>

          </attachment>
      

    </bug>

</bugzilla>