Title: [196758] trunk/Source/_javascript_Core
Revision
196758
Author
fpi...@apple.com
Date
2016-02-18 08:48:16 -0800 (Thu, 18 Feb 2016)

Log Message

Unreviewed, fix CMake build. This got messed up when rebasing.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (196757 => 196758)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2016-02-18 16:45:26 UTC (rev 196757)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2016-02-18 16:48:16 UTC (rev 196758)
@@ -413,7 +413,7 @@
     ftl/FTLLazySlowPath.cpp
     ftl/FTLLink.cpp
     ftl/FTLLocation.cpp
-    ftl/FTLLowerDFGToLLVM.cpp
+    ftl/FTLLowerDFGToB3.cpp
     ftl/FTLOSREntry.cpp
     ftl/FTLOSRExit.cpp
     ftl/FTLOSRExitCompiler.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (196757 => 196758)


--- trunk/Source/_javascript_Core/ChangeLog	2016-02-18 16:45:26 UTC (rev 196757)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-02-18 16:48:16 UTC (rev 196758)
@@ -1,3 +1,9 @@
+2016-02-18  Filip Pizlo  <fpi...@apple.com>
+
+        Unreviewed, fix CMake build. This got messed up when rebasing.
+
+        * CMakeLists.txt:
+
 2016-02-18  Csaba Osztrogonác  <o...@webkit.org>
 
         Fix the !ENABLE(DFG_JIT) build after r195865
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to