Title: [237582] tags/Safari-607.1.10.6/Source/_javascript_Core
Revision
237582
Author
[email protected]
Date
2018-10-29 22:52:36 -0700 (Mon, 29 Oct 2018)

Log Message

Cherry-pick r237462. rdar://problem/45169447

    JSC xcconfig should set DEFINES_MODULE
    https://bugs.webkit.org/show_bug.cgi?id=190952

    Reviewed by Mark Lam.

    This should mean that the _javascript_Core.framework will have a module map.

    * Configurations/_javascript_Core.xcconfig:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237462 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-607.1.10.6/Source/_javascript_Core/ChangeLog (237581 => 237582)


--- tags/Safari-607.1.10.6/Source/_javascript_Core/ChangeLog	2018-10-30 04:10:53 UTC (rev 237581)
+++ tags/Safari-607.1.10.6/Source/_javascript_Core/ChangeLog	2018-10-30 05:52:36 UTC (rev 237582)
@@ -1,3 +1,29 @@
+2018-10-29  Kocsen Chung  <[email protected]>
+
+        Cherry-pick r237462. rdar://problem/45169447
+
+    JSC xcconfig should set DEFINES_MODULE
+    https://bugs.webkit.org/show_bug.cgi?id=190952
+    
+    Reviewed by Mark Lam.
+    
+    This should mean that the _javascript_Core.framework will have a module map.
+    
+    * Configurations/_javascript_Core.xcconfig:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237462 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-10-26  Keith Miller  <[email protected]>
+
+            JSC xcconfig should set DEFINES_MODULE
+            https://bugs.webkit.org/show_bug.cgi?id=190952
+
+            Reviewed by Mark Lam.
+
+            This should mean that the _javascript_Core.framework will have a module map.
+
+            * Configurations/_javascript_Core.xcconfig:
+
 2018-10-07  Yusuke Suzuki  <[email protected]>
 
         [JSC][Linux] Use non-truncated name for JIT workers in Linux

Modified: tags/Safari-607.1.10.6/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig (237581 => 237582)


--- tags/Safari-607.1.10.6/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig	2018-10-30 04:10:53 UTC (rev 237581)
+++ tags/Safari-607.1.10.6/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig	2018-10-30 05:52:36 UTC (rev 237582)
@@ -24,6 +24,8 @@
 #include "FeatureDefines.xcconfig"
 #include "Version.xcconfig"
 
+DEFINES_MODULE = YES;
+
 // Prevent C++ standard library operator new, delete and their related exception types from being exported as weak symbols.
 OTHER_LDFLAGS_HIDE_SYMBOLS = -Wl,-unexported_symbol,__ZTISt9bad_alloc -Wl,-unexported_symbol,__ZTISt9exception -Wl,-unexported_symbol,__ZTSSt9bad_alloc -Wl,-unexported_symbol,__ZTSSt9exception -Wl,-unexported_symbol,__ZdlPvS_ -Wl,-unexported_symbol,__ZnwmPv -Wl,-unexported_symbol,__ZNKSt3__18functionIFvvEEclEv -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEEC1EOS2_ -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEEC2EOS2_ -Wl,-unexported_symbol,__ZNKSt3__18functionIFvRN3JSC17BytecodeGeneratorEPNS1_10RegisterIDEEEclES3_S5_ -Wl,-unexported_symbol,__ZNSt3__18functionIFvRN3JSC17BytecodeGeneratorEPNS1_10RegisterIDEEED1Ev -Wl,-unexported_symbol,__ZNSt3__18functionIFvRN3JSC17BytecodeGeneratorEPNS1_10RegisterIDEEED2Ev -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEED1Ev -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEED2Ev -Wl,-unexported_symbol,__ZTVNSt3__117bad_function_callE;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to