Title: [195313] trunk/Source/_javascript_Core
Revision
195313
Author
[email protected]
Date
2016-01-19 13:48:25 -0800 (Tue, 19 Jan 2016)

Log Message

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

Reviewed by Yusuke Suzuki.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (195312 => 195313)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2016-01-19 21:48:17 UTC (rev 195312)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2016-01-19 21:48:25 UTC (rev 195313)
@@ -122,6 +122,7 @@
     b3/B3Generate.cpp
     b3/B3HeapRange.cpp
     b3/B3InsertionSet.cpp
+    b3/B3LegalizeMemoryOffsets.cpp
     b3/B3LowerMacros.cpp
     b3/B3LowerMacrosAfterOptimizations.cpp
     b3/B3LowerToAir.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (195312 => 195313)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-19 21:48:17 UTC (rev 195312)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-19 21:48:25 UTC (rev 195313)
@@ -1,3 +1,12 @@
+2016-01-19  Csaba Osztrogonác  <[email protected]>
+
+        [cmake] Fix the B3 build after r195159
+        https://bugs.webkit.org/show_bug.cgi?id=153232
+
+        Reviewed by Yusuke Suzuki.
+
+        * CMakeLists.txt:
+
 2016-01-19  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r195300.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to