Changeset 270036 in webkit


Ignore:
Timestamp:
Nov 19, 2020 9:37:31 AM (3 years ago)
Author:
Adrian Perez de Castro
Message:

[JSC] Build failed due to unknown values in LLIntDesiredOffsets.h
https://bugs.webkit.org/show_bug.cgi?id=219158

Reviewed by Don Olmstead.

CMake uses the contents of the variables OFFLINE_ASM and GENERATOR as part of the
dependencies that cause LLIntDesiredOffsets.h to be regenerated, so add to them
those files missing from the lists.

  • CMakeLists.txt: Update OFFLINE_ASM and GENERATOR lists.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/CMakeLists.txt

    r269974 r270036  
    199199    offlineasm/arm.rb
    200200    offlineasm/arm64.rb
     201    offlineasm/arm64e.rb
     202    offlineasm/asm.rb
    201203    offlineasm/ast.rb
    202204    offlineasm/backends.rb
     
    219221    generator/Argument.rb
    220222    generator/Assertion.rb
     223    generator/Checkpoints.rb
    221224    generator/DSL.rb
    222225    generator/Fits.rb
     
    229232    generator/Template.rb
    230233    generator/Type.rb
     234    generator/Wasm.rb
    231235    generator/main.rb
    232236)
  • trunk/Source/JavaScriptCore/ChangeLog

    r270015 r270036  
     12020-11-19  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [JSC] Build failed due to unknown values in LLIntDesiredOffsets.h
     4        https://bugs.webkit.org/show_bug.cgi?id=219158
     5
     6        Reviewed by Don Olmstead.
     7
     8        CMake uses the contents of the variables OFFLINE_ASM and GENERATOR as part of the
     9        dependencies that cause LLIntDesiredOffsets.h to be regenerated, so add to them
     10        those files missing from the lists.
     11
     12        * CMakeLists.txt: Update OFFLINE_ASM and GENERATOR lists.
     13
    1142020-11-18  Dmitry Bezhetskov  <dbezhetskov@igalia.com>
    215
Note: See TracChangeset for help on using the changeset viewer.