Ignore:
Timestamp:
Sep 27, 2012, 6:28:34 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Enable the LLInt on Linux
https://bugs.webkit.org/show_bug.cgi?id=95749

Patch by Csaba Osztrogonác <Csaba Osztrogonác>, Tor Arne Vestbø <[email protected]> on 2012-09-27
Reviewed by Simon Hausmann.

Source/JavaScriptCore:

  • DerivedSources.pri:
  • JavaScriptCore.pro:
  • LLIntOffsetsExtractor.pro: Added.
  • Target.pri:

Source/WTF:

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r129713 r129760  
    157157    jit/JumpReplacementWatchpoint.cpp \
    158158    jit/ThunkGenerators.cpp \
     159    llint/LLIntCLoop.cpp \
     160    llint/LLIntData.cpp \
     161    llint/LLIntEntrypoints.cpp \
     162    llint/LLIntExceptions.cpp \
     163    llint/LLIntSlowPaths.cpp \
     164    llint/LLIntThunks.cpp \
     165    llint/LowLevelInterpreter.cpp \
    159166    parser/Lexer.cpp \
    160167    parser/Nodes.cpp \
Note: See TracChangeset for help on using the changeset viewer.