<?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>219158</bug_id>
          
          <creation_ts>2020-11-19 07:04:57 -0800</creation_ts>
          <short_desc>[JSC] Build failed due to unknown values in LLIntDesiredOffsets.h</short_desc>
          <delta_ts>2020-11-19 10:33:52 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Local Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Adrian Perez">aperez</reporter>
          <assigned_to name="Adrian Perez">aperez</assigned_to>
          <cc>annulen</cc>
    
    <cc>don.olmstead</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>keith_miller</cc>
    
    <cc>mark.lam</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>msaboff</cc>
    
    <cc>ryuan.choi</cc>
    
    <cc>saam</cc>
    
    <cc>sergio</cc>
    
    <cc>tzagallo</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1709085</commentid>
    <comment_count>0</comment_count>
    <who name="Adrian Perez">aperez</who>
    <bug_when>2020-11-19 07:04:57 -0800</bug_when>
    <thetext>After updating from the repository the following happens:


In file included from ../Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:103:
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h:610:56: error: use of undeclared identifier &apos;WasmI32Extend16S_m_dst_index&apos;; did you mean &apos;WasmI32Load16S_m_dst_index&apos;?
constexpr int64_t constValue607 = static_cast&lt;int64_t&gt;(WasmI32Extend16S_m_dst_index);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                       WasmI32Load16S_m_dst_index
DerivedSources/JavaScriptCore/BytecodeIndices.h:1053:16: note: &apos;WasmI32Load16S_m_dst_index&apos; declared here
const unsigned WasmI32Load16S_m_dst_index = 0;
               ^
In file included from ../Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:103:
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h:611:56: error: use of undeclared identifier &apos;WasmI32Extend16S_m_operand_index&apos;
constexpr int64_t constValue608 = static_cast&lt;int64_t&gt;(WasmI32Extend16S_m_operand_index);
                                                       ^
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h:612:56: error: use of undeclared identifier &apos;WasmI32Extend8S_m_dst_index&apos;; did you mean &apos;WasmI32Load8S_m_dst_index&apos;?
constexpr int64_t constValue609 = static_cast&lt;int64_t&gt;(WasmI32Extend8S_m_dst_index);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                       WasmI32Load8S_m_dst_index
DerivedSources/JavaScriptCore/BytecodeIndices.h:1047:16: note: &apos;WasmI32Load8S_m_dst_index&apos; declared here
const unsigned WasmI32Load8S_m_dst_index = 0;
               ^
In file included from ../Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:103:
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h:613:56: error: use of undeclared identifier &apos;WasmI32Extend8S_m_operand_index&apos;
constexpr int64_t constValue610 = static_cast&lt;int64_t&gt;(WasmI32Extend8S_m_operand_index);
                                                       ^
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h:1103:57: error: use of undeclared identifier &apos;wasm_i32_extend16_s_length&apos;; did you mean &apos;wasm_i32_load16_s_length&apos;?
constexpr int64_t constValue1100 = static_cast&lt;int64_t&gt;(wasm_i32_extend16_s_length);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
                                                        wasm_i32_load16_s_length
../Source/JavaScriptCore/bytecode/Opcode.h:88:22: note: &apos;wasm_i32_load16_s_length&apos; declared here
    FOR_EACH_WASM_ID(OPCODE_ID_LENGTHS);
                     ^
In file included from ../Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:103:
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h:1104:57: error: use of undeclared identifier &apos;wasm_i32_extend8_s_length&apos;; did you mean &apos;wasm_i32_load8_s_length&apos;?
constexpr int64_t constValue1101 = static_cast&lt;int64_t&gt;(wasm_i32_extend8_s_length);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
                                                        wasm_i32_load8_s_length
../Source/JavaScriptCore/bytecode/Opcode.h:88:22: note: &apos;wasm_i32_load8_s_length&apos; declared here
    FOR_EACH_WASM_ID(OPCODE_ID_LENGTHS);
                     ^
6 errors generated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1709086</commentid>
    <comment_count>1</comment_count>
    <who name="Adrian Perez">aperez</who>
    <bug_when>2020-11-19 07:06:11 -0800</bug_when>
    <thetext>Doing a clean build works, so I suspect this is caused by some
dependency that should trigger the rebuild of LLIntDesiredOffsets.h
not being listed in the corresponding CMake custom_command().</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1709102</commentid>
    <comment_count>2</comment_count>
      <attachid>414579</attachid>
    <who name="Adrian Perez">aperez</who>
    <bug_when>2020-11-19 07:52:22 -0800</bug_when>
    <thetext>Created attachment 414579
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1709113</commentid>
    <comment_count>3</comment_count>
      <attachid>414579</attachid>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2020-11-19 08:11:47 -0800</bug_when>
    <thetext>Comment on attachment 414579
Patch

Grrr, now this is good proof that I am not smart. I found one file missing in bug #219043 but managed to miss four others. Nice. :P</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1709150</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2020-11-19 09:37:53 -0800</bug_when>
    <thetext>Committed r270036: &lt;https://trac.webkit.org/changeset/270036&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414579.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1709152</commentid>
    <comment_count>5</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-11-19 09:38:17 -0800</bug_when>
    <thetext>&lt;rdar://problem/71589994&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>414579</attachid>
            <date>2020-11-19 07:52:22 -0800</date>
            <delta_ts>2020-11-19 10:33:52 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-219158-20201119175220.patch</filename>
            <type>text/plain</type>
            <size>1826</size>
            <attacher name="Adrian Perez">aperez</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjcwMDI3CmRpZmYgLS1naXQgYS9Tb3VyY2UvSmF2YVNjcmlw
dENvcmUvQ2hhbmdlTG9nIGIvU291cmNlL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwppbmRleCAz
Njg1NTFlYWFkNWU1ZGEyNGQ1Mzc5MzAyY2U4ZmU5M2M4NGRiN2E1Li4wYWQzNTAzN2E2ZDM0OTkw
MjJhN2M4YjZlMWI3ZDcxYzRjMjNiNzY4IDEwMDY0NAotLS0gYS9Tb3VyY2UvSmF2YVNjcmlwdENv
cmUvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9DaGFuZ2VMb2cKQEAgLTEs
MyArMSwxNiBAQAorMjAyMC0xMS0xOSAgQWRyaWFuIFBlcmV6IGRlIENhc3RybyAgPGFwZXJlekBp
Z2FsaWEuY29tPgorCisgICAgICAgIFtKU0NdIEJ1aWxkIGZhaWxlZCBkdWUgdG8gdW5rbm93biB2
YWx1ZXMgaW4gTExJbnREZXNpcmVkT2Zmc2V0cy5oCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJr
aXQub3JnL3Nob3dfYnVnLmNnaT9pZD0yMTkxNTgKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JP
RFkgKE9PUFMhKS4KKworICAgICAgICBDTWFrZSB1c2VzIHRoZSBjb250ZW50cyBvZiB0aGUgdmFy
aWFibGVzIE9GRkxJTkVfQVNNIGFuZCBHRU5FUkFUT1IgYXMgcGFydCBvZiB0aGUKKyAgICAgICAg
ZGVwZW5kZW5jaWVzIHRoYXQgY2F1c2UgTExJbnREZXNpcmVkT2Zmc2V0cy5oIHRvIGJlIHJlZ2Vu
ZXJhdGVkLCBzbyBhZGQgdG8gdGhlbQorICAgICAgICB0aG9zZSBmaWxlcyBtaXNzaW5nIGZyb20g
dGhlIGxpc3RzLgorCisgICAgICAgICogQ01ha2VMaXN0cy50eHQ6IFVwZGF0ZSBPRkZMSU5FX0FT
TSBhbmQgR0VORVJBVE9SIGxpc3RzLgorCiAyMDIwLTExLTE4ICBEbWl0cnkgQmV6aGV0c2tvdiAg
PGRiZXpoZXRza292QGlnYWxpYS5jb20+CiAKICAgICAgICAgW1dBU00tUmVmZXJlbmNlc10gUmVt
b3ZlIHN1YnR5cGluZyBydWxlIGZvciBleHRlcm5yZWYgYW5kIGZ1bmNyZWYKZGlmZiAtLWdpdCBh
L1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9DTWFrZUxpc3RzLnR4dCBiL1NvdXJjZS9KYXZhU2NyaXB0
Q29yZS9DTWFrZUxpc3RzLnR4dAppbmRleCBlMDcwM2Y3ODQzODdiNTg0MDkzODkzYWM0MDZkMDE4
MThiNDU1ZGM1Li4wMWMxNmYwNGM4NjU4ZDQ0NzVjYjMxMDM0NmU3ODI3ZWFlNDE4YWY0IDEwMDY0
NAotLS0gYS9Tb3VyY2UvSmF2YVNjcmlwdENvcmUvQ01ha2VMaXN0cy50eHQKKysrIGIvU291cmNl
L0phdmFTY3JpcHRDb3JlL0NNYWtlTGlzdHMudHh0CkBAIC0xOTgsNiArMTk4LDggQEAgc2V0KExM
SU5UX0FTTQogc2V0KE9GRkxJTkVfQVNNCiAgICAgb2ZmbGluZWFzbS9hcm0ucmIKICAgICBvZmZs
aW5lYXNtL2FybTY0LnJiCisgICAgb2ZmbGluZWFzbS9hcm02NGUucmIKKyAgICBvZmZsaW5lYXNt
L2FzbS5yYgogICAgIG9mZmxpbmVhc20vYXN0LnJiCiAgICAgb2ZmbGluZWFzbS9iYWNrZW5kcy5y
YgogICAgIG9mZmxpbmVhc20vY2xvb3AucmIKQEAgLTIxOCw2ICsyMjAsNyBAQCBzZXQoT0ZGTElO
RV9BU00KIHNldChHRU5FUkFUT1IKICAgICBnZW5lcmF0b3IvQXJndW1lbnQucmIKICAgICBnZW5l
cmF0b3IvQXNzZXJ0aW9uLnJiCisgICAgZ2VuZXJhdG9yL0NoZWNrcG9pbnRzLnJiCiAgICAgZ2Vu
ZXJhdG9yL0RTTC5yYgogICAgIGdlbmVyYXRvci9GaXRzLnJiCiAgICAgZ2VuZXJhdG9yL0dlbmVy
YXRlZEZpbGUucmIKQEAgLTIyOCw2ICsyMzEsNyBAQCBzZXQoR0VORVJBVE9SCiAgICAgZ2VuZXJh
dG9yL1NlY3Rpb24ucmIKICAgICBnZW5lcmF0b3IvVGVtcGxhdGUucmIKICAgICBnZW5lcmF0b3Iv
VHlwZS5yYgorICAgIGdlbmVyYXRvci9XYXNtLnJiCiAgICAgZ2VuZXJhdG9yL21haW4ucmIKICkK
IAo=
</data>
<flag name="commit-queue"
          id="431524"
          type_id="3"
          status="-"
          setter="ews-feeder"
    />
          </attachment>
      

    </bug>

</bugzilla>