Title: [173164] trunk/Source/_javascript_Core
Revision
173164
Author
[email protected]
Date
2014-09-01 16:15:27 -0700 (Mon, 01 Sep 2014)

Log Message

[CMAKE] Add missing offlineasm dependencies
https://bugs.webkit.org/show_bug.cgi?id=136437

Patch by Akos Kiss <[email protected]> on 2014-09-01
Reviewed by Csaba Osztrogonác.

Add the ARM64, MIPS and SH4 backends to the dependencies.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (173163 => 173164)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2014-09-01 23:04:12 UTC (rev 173163)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2014-09-01 23:15:27 UTC (rev 173164)
@@ -625,11 +625,13 @@
 
 set(OFFLINE_ASM
     offlineasm/arm.rb
+    offlineasm/arm64.rb
     offlineasm/ast.rb
     offlineasm/backends.rb
     offlineasm/cloop.rb
     offlineasm/config.rb
     offlineasm/instructions.rb
+    offlineasm/mips.rb
     offlineasm/offsets.rb
     offlineasm/opt.rb
     offlineasm/parser.rb
@@ -637,6 +639,7 @@
     offlineasm/risc.rb
     offlineasm/self_hash.rb
     offlineasm/settings.rb
+    offlineasm/sh4.rb
     offlineasm/transform.rb
     offlineasm/x86.rb
 )

Modified: trunk/Source/_javascript_Core/ChangeLog (173163 => 173164)


--- trunk/Source/_javascript_Core/ChangeLog	2014-09-01 23:04:12 UTC (rev 173163)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-09-01 23:15:27 UTC (rev 173164)
@@ -1,3 +1,14 @@
+2014-09-01  Akos Kiss  <[email protected]>
+
+        [CMAKE] Add missing offlineasm dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=136437
+
+        Reviewed by Csaba Osztrogonác.
+
+        Add the ARM64, MIPS and SH4 backends to the dependencies.
+
+        * CMakeLists.txt:
+
 2014-09-01  Brian J. Burg  <[email protected]>
 
         Provide column numbers to DTrace willExecute/didExecute probes
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to