From b71580caec90bb8c4f0193b131b608e49003ba63 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Sat, 1 Dec 2012 02:11:16 +0100 Subject: 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 --- Source/JavaScriptCore/Target.pri | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'Source/JavaScriptCore/Target.pri') 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 \ -- cgit v1.2.1