Title: [193415] trunk/Source/_javascript_Core
Revision
193415
Author
[email protected]
Date
2015-12-04 05:16:05 -0800 (Fri, 04 Dec 2015)

Log Message

[cmake] Fix the B3 build after r192946
https://bugs.webkit.org/show_bug.cgi?id=151857

Reviewed by Michael Saboff.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (193414 => 193415)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2015-12-04 13:01:06 UTC (rev 193414)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2015-12-04 13:16:05 UTC (rev 193415)
@@ -74,6 +74,7 @@
     b3/air/AirCCallSpecial.cpp
     b3/air/AirCode.cpp
     b3/air/AirEliminateDeadCode.cpp
+    b3/air/AirFixPartialRegisterStalls.cpp
     b3/air/AirGenerate.cpp
     b3/air/AirGenerated.cpp
     b3/air/AirHandleCalleeSaves.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (193414 => 193415)


--- trunk/Source/_javascript_Core/ChangeLog	2015-12-04 13:01:06 UTC (rev 193414)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-12-04 13:16:05 UTC (rev 193415)
@@ -1,5 +1,14 @@
 2015-12-04  Csaba Osztrogonác  <[email protected]>
 
+        [cmake] Fix the B3 build after r192946
+        https://bugs.webkit.org/show_bug.cgi?id=151857
+
+        Reviewed by Michael Saboff.
+
+        * CMakeLists.txt:
+
+2015-12-04  Csaba Osztrogonác  <[email protected]>
+
         [AArch64] Typo fix after r189575
         https://bugs.webkit.org/show_bug.cgi?id=151855
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to