diff options
| author | Pierre Rossi <pierre.rossi@digia.com> | 2012-12-01 02:11:16 +0100 |
|---|---|---|
| committer | Pierre Rossi <pierre.rossi@gmail.com> | 2012-12-01 03:17:34 +0100 |
| commit | b71580caec90bb8c4f0193b131b608e49003ba63 (patch) | |
| tree | c3c7c6588dbde32e36c44b3275dbca0ae366582c /Source/JavaScriptCore/Target.pri | |
| parent | 6fd3f75fc3899e100984cc3f495bf9de00bc4358 (diff) | |
| download | qtwebkit-b71580caec90bb8c4f0193b131b608e49003ba63.tar.gz | |
Re-enable LLInt on mac with the proper fix
Also update the Changelog for the PluginProcess change to try and
be in line with what happened in trunk.
Change-Id: I50445af940080abcab523b158d90af4f012f812f
Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'Source/JavaScriptCore/Target.pri')
| -rw-r--r-- | Source/JavaScriptCore/Target.pri | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/Source/JavaScriptCore/Target.pri b/Source/JavaScriptCore/Target.pri index cf8836ece..f609de10b 100644 --- a/Source/JavaScriptCore/Target.pri +++ b/Source/JavaScriptCore/Target.pri @@ -170,6 +170,13 @@ SOURCES += \ jit/JITStubs.cpp \ jit/JumpReplacementWatchpoint.cpp \ jit/ThunkGenerators.cpp \ + llint/LLIntCLoop.cpp \ + llint/LLIntData.cpp \ + llint/LLIntEntrypoints.cpp \ + llint/LLIntExceptions.cpp \ + llint/LLIntSlowPaths.cpp \ + llint/LLIntThunks.cpp \ + llint/LowLevelInterpreter.cpp \ parser/Lexer.cpp \ parser/Nodes.cpp \ parser/ParserArena.cpp \ @@ -278,17 +285,6 @@ SOURCES += \ tools/CodeProfiling.cpp \ yarr/YarrJIT.cpp \ -!macx { - SOURCES += \ - llint/LLIntCLoop.cpp \ - llint/LLIntData.cpp \ - llint/LLIntEntrypoints.cpp \ - llint/LLIntExceptions.cpp \ - llint/LLIntSlowPaths.cpp \ - llint/LLIntThunks.cpp \ - llint/LowLevelInterpreter.cpp -} - linux-*:if(isEqual(QT_ARCH, "i386")|isEqual(QT_ARCH, "x86_64")) { SOURCES += \ disassembler/UDis86Disassembler.cpp \ |
