Ignore:
Timestamp:
Oct 4, 2012, 9:13:07 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Add missing LLInt dependencies to the build system
https://bugs.webkit.org/show_bug.cgi?id=98394

Reviewed by Geoffrey Garen.

  • DerivedSources.pri:
  • LLIntOffsetsExtractor.pro:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/DerivedSources.pri

    r129760 r130399  
    3636LLINT_FILES = \
    3737    llint/LowLevelInterpreter.asm
     38
     39LLINT_DEPENDENCY = \
     40    $$PWD/llint/LowLevelInterpreter32_64.asm \
     41    $$PWD/llint/LowLevelInterpreter64.asm
    3842
    3943# GENERATOR 1-A: LUT creator
     
    9094    llint.script = $$PWD/offlineasm/asm.rb
    9195    llint.input = LLINT_FILES
     96    llint.depends = LLIntOffsetsExtractor $$LLINT_DEPENDENCY
    9297    llint.commands = ruby $$llint.script ${QMAKE_FILE_NAME} LLIntOffsetsExtractor ${QMAKE_FILE_OUT}
    9398    GENERATORS += llint
Note: See TracChangeset for help on using the changeset viewer.