summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/Target.pri
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2012-11-30 21:42:45 +0100
committerPierre Rossi <pierre.rossi@gmail.com>2012-11-30 21:41:36 +0100
commit0e6b1ccf90a002216382d2c2bb2bb1934fd98b35 (patch)
treea6b49fd7a0afc4b45360c53a5a2a9446d4d44b64 /Source/JavaScriptCore/Target.pri
parent31d188b382c06fc3854cad94f37d25555d57f607 (diff)
downloadqtwebkit-0e6b1ccf90a002216382d2c2bb2bb1934fd98b35.tar.gz
Disable LLInt on Mac as a temporary measure.
We can always enable it again a later point: it's just an implementation detail. Change-Id: If6035369a193f35efde77826acb658dc6409d157 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'Source/JavaScriptCore/Target.pri')
-rw-r--r--Source/JavaScriptCore/Target.pri18
1 files changed, 11 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/Target.pri b/Source/JavaScriptCore/Target.pri
index f609de10b..cf8836ece 100644
--- a/Source/JavaScriptCore/Target.pri
+++ b/Source/JavaScriptCore/Target.pri
@@ -170,13 +170,6 @@ 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 \
@@ -285,6 +278,17 @@ 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 \