Title: [221015] trunk/Source/_javascript_Core
Revision
221015
Author
[email protected]
Date
2017-08-22 09:03:26 -0700 (Tue, 22 Aug 2017)

Log Message

Unreviewed, fix windows build... maybe.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (221014 => 221015)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2017-08-22 15:56:32 UTC (rev 221014)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2017-08-22 16:03:26 UTC (rev 221015)
@@ -1162,7 +1162,9 @@
     ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/BytecodeStructs.h
 )
 
-if (NOT WIN32)
+if (WIN32)
+  set(OFFLINE_ASM_BACKEND "X86, X86_64, C_LOOP")
+else ()
     if (WTF_CPU_X86)
         set(OFFLINE_ASM_BACKEND "X86")
     elseif (WTF_CPU_X86_64)

Modified: trunk/Source/_javascript_Core/ChangeLog (221014 => 221015)


--- trunk/Source/_javascript_Core/ChangeLog	2017-08-22 15:56:32 UTC (rev 221014)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-08-22 16:03:26 UTC (rev 221015)
@@ -1,5 +1,11 @@
 2017-08-22  Keith Miller  <[email protected]>
 
+        Unreviewed, fix windows build... maybe.
+
+        * CMakeLists.txt:
+
+2017-08-22  Keith Miller  <[email protected]>
+
         Unreviewed, fix cloop build.
 
         * _javascript_Core.xcodeproj/project.pbxproj:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to