Title: [235645] trunk/Source/_javascript_Core/ChangeLog
Revision
235645
Author
msab...@apple.com
Date
2018-09-04 16:13:55 -0700 (Tue, 04 Sep 2018)

Log Message

JSC Build error when changing CPU type: offlineasm: No magic values found. Skipping assembly file generation
https://bugs.webkit.org/show_bug.cgi?id=189274

Reviewed by Saam Barati.

Put the derived file LLIntDesiredOffsets.h in an architecture specific subdirectory to make them unique.

Some I got this change mixed up with the change for r235636.  The changes to _javascript_Core.xcodeproj/project.pbxproj
where landed there.

* _javascript_Core.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (235644 => 235645)


--- trunk/Source/_javascript_Core/ChangeLog	2018-09-04 22:51:47 UTC (rev 235644)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-09-04 23:13:55 UTC (rev 235645)
@@ -1,5 +1,19 @@
 2018-09-04  Michael Saboff  <msab...@apple.com>
 
+        JSC Build error when changing CPU type: offlineasm: No magic values found. Skipping assembly file generation
+        https://bugs.webkit.org/show_bug.cgi?id=189274
+
+        Reviewed by Saam Barati.
+
+        Put the derived file LLIntDesiredOffsets.h in an architecture specific subdirectory to make them unique.
+
+        Some I got this change mixed up with the change for r235636.  The changes to _javascript_Core.xcodeproj/project.pbxproj
+        where landed there.
+
+        * _javascript_Core.xcodeproj/project.pbxproj:
+
+2018-09-04  Michael Saboff  <msab...@apple.com>
+
         YARR: JIT RegExps with back references
         https://bugs.webkit.org/show_bug.cgi?id=180874
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to