Title: [246161] trunk/Tools
- Revision
- 246161
- Author
- [email protected]
- Date
- 2019-06-06 11:54:44 -0700 (Thu, 06 Jun 2019)
Log Message
Remove obsolete TOOLCHAINS overrides from as asan.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=198613
Reviewed by Alexey Proskuryakov.
* asan/asan.xcconfig: XCBuild doesn't support overriding toolchains.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (246160 => 246161)
--- trunk/Tools/ChangeLog 2019-06-06 18:45:16 UTC (rev 246160)
+++ trunk/Tools/ChangeLog 2019-06-06 18:54:44 UTC (rev 246161)
@@ -1,5 +1,14 @@
2019-06-06 Jonathan Bedard <[email protected]>
+ Remove obsolete TOOLCHAINS overrides from as asan.xcconfig
+ https://bugs.webkit.org/show_bug.cgi?id=198613
+
+ Reviewed by Alexey Proskuryakov.
+
+ * asan/asan.xcconfig: XCBuild doesn't support overriding toolchains.
+
+2019-06-06 Jonathan Bedard <[email protected]>
+
webkitpluginhost: Support ASan as a style
https://bugs.webkit.org/show_bug.cgi?id=198586
<rdar://problem/51459088>
Modified: trunk/Tools/asan/asan.xcconfig (246160 => 246161)
--- trunk/Tools/asan/asan.xcconfig 2019-06-06 18:45:16 UTC (rev 246160)
+++ trunk/Tools/asan/asan.xcconfig 2019-06-06 18:54:44 UTC (rev 246161)
@@ -1,11 +1,3 @@
-TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx);
-TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
-TOOLCHAINS_macosx_1090 = default;
-TOOLCHAINS_macosx_101000 = default;
-TOOLCHAINS_macosx_101100 = $(TOOLCHAINS);
-TOOLCHAINS_macosx_101200 = $(TOOLCHAINS);
-TOOLCHAINS_macosx_101300 = $(TOOLCHAINS);
-
GCC_OPTIMIZATION_LEVEL = $(GCC_OPTIMIZATION_LEVEL_$(CONFIGURATION));
GCC_OPTIMIZATION_LEVEL_Debug = 0;
GCC_OPTIMIZATION_LEVEL_Production = 1;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes