Title: [280916] trunk/Source/WebCore
Revision
280916
Author
[email protected]
Date
2021-08-11 10:20:07 -0700 (Wed, 11 Aug 2021)

Log Message

Remove --no-demangle XLinker option from WebCore
https://bugs.webkit.org/show_bug.cgi?id=228949

Reviewed by Alexey Proskuryakov.

Remove options that were added inadvertently.
No change of behavior as this is changing the linker log only.

* Configurations/WebCore.xcconfig:
* Configurations/WebCoreTestSupport.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (280915 => 280916)


--- trunk/Source/WebCore/ChangeLog	2021-08-11 16:56:24 UTC (rev 280915)
+++ trunk/Source/WebCore/ChangeLog	2021-08-11 17:20:07 UTC (rev 280916)
@@ -1,3 +1,16 @@
+2021-08-11  Youenn Fablet  <[email protected]>
+
+        Remove --no-demangle XLinker option from WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=228949
+
+        Reviewed by Alexey Proskuryakov.
+
+        Remove options that were added inadvertently.
+        No change of behavior as this is changing the linker log only.
+
+        * Configurations/WebCore.xcconfig:
+        * Configurations/WebCoreTestSupport.xcconfig:
+
 2021-08-11  Chris Dumez  <[email protected]>
 
         HTMLMetaElement http-equiv should not be processed in shadow trees

Modified: trunk/Source/WebCore/Configurations/WebCore.xcconfig (280915 => 280916)


--- trunk/Source/WebCore/Configurations/WebCore.xcconfig	2021-08-11 16:56:24 UTC (rev 280915)
+++ trunk/Source/WebCore/Configurations/WebCore.xcconfig	2021-08-11 17:20:07 UTC (rev 280916)
@@ -84,7 +84,7 @@
 WK_AUDIO_UNIT_LDFLAGS_macosx = -framework AudioUnit;
 
 WK_CARBON_LDFLAGS = $(WK_CARBON_LDFLAGS_$(WK_PLATFORM_NAME));
-WK_CARBON_LDFLAGS_macosx = -framework Carbon -Xlinker --no-demangle;
+WK_CARBON_LDFLAGS_macosx = -framework Carbon;
 
 WK_CORE_UI_LDFLAGS = $(WK_CORE_UI_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_CORE_UI_LDFLAGS_macosx = -framework CoreUI;

Modified: trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig (280915 => 280916)


--- trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2021-08-11 16:56:24 UTC (rev 280915)
+++ trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2021-08-11 17:20:07 UTC (rev 280916)
@@ -50,7 +50,7 @@
 
 LIBWEBRTC_LDFLAGS = $(LIBWEBRTC_LDFLAGS_$(ENABLE_WEB_RTC));
 LIBWEBRTC_LDFLAGS_ = ;
-LIBWEBRTC_LDFLAGS_ENABLE_WEB_RTC = -weak-lwebrtc  -Xlinker --no-demangle;
+LIBWEBRTC_LDFLAGS_ENABLE_WEB_RTC = -weak-lwebrtc;
 
 ANGLE_LDFLAGS = -weak-lANGLE-shared;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to