Title: [144249] trunk/Source/_javascript_Core
Revision
144249
Author
[email protected]
Date
2013-02-27 15:50:41 -0800 (Wed, 27 Feb 2013)

Log Message

Unreviewed, rolling out r144168.
http://trac.webkit.org/changeset/144168
https://bugs.webkit.org/show_bug.cgi?id=111019

It broke the build and tronical is unavailable (Requested by
Ossy_night on #webkit).

Patch by Sheriff Bot <[email protected]> on 2013-02-27

* LLIntOffsetsExtractor.pro:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (144248 => 144249)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-27 23:47:52 UTC (rev 144248)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-27 23:50:41 UTC (rev 144249)
@@ -1,3 +1,14 @@
+2013-02-27  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r144168.
+        http://trac.webkit.org/changeset/144168
+        https://bugs.webkit.org/show_bug.cgi?id=111019
+
+        It broke the build and tronical is unavailable (Requested by
+        Ossy_night on #webkit).
+
+        * LLIntOffsetsExtractor.pro:
+
 2013-02-26  Filip Pizlo  <[email protected]>
 
         Disable some unsound DFG DCE

Modified: trunk/Source/_javascript_Core/LLIntOffsetsExtractor.pro (144248 => 144249)


--- trunk/Source/_javascript_Core/LLIntOffsetsExtractor.pro	2013-02-27 23:47:52 UTC (rev 144248)
+++ trunk/Source/_javascript_Core/LLIntOffsetsExtractor.pro	2013-02-27 23:50:41 UTC (rev 144249)
@@ -8,6 +8,8 @@
 TEMPLATE = app
 TARGET = LLIntOffsetsExtractor
 
+macx: DESTDIR = $$targetSubDir()
+
 debug_and_release {
     CONFIG += force_build_all
     CONFIG += build_all
@@ -57,12 +59,6 @@
 llint.CONFIG += no_link
 QMAKE_EXTRA_COMPILERS += llint
 
-macx {
-    DESTDIR = $$targetSubDir()
-    llint.output = $$activeBuildConfig()/$$llint.output
-    INCLUDEPATH += $$activeBuildConfig()
-}
-
 # Compilation of this file will automatically depend on LLIntDesiredOffsets.h
 # due to qmake scanning the source file for header dependencies.
 SOURCES = llint/LLIntOffsetsExtractor.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to