WebKit Bugzilla
Attachment 371511 Details for
Bug 198613
: Remove obsolete TOOLCHAINS overrides from asan.xcconfig
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-198613-20190606111219.patch (text/plain), 1.23 KB, created by
Jonathan Bedard
on 2019-06-06 11:12:20 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2019-06-06 11:12:20 PDT
Size:
1.23 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246158) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-06-06 Jonathan Bedard <jbedard@apple.com> >+ >+ 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 Alexey Proskuryakov <ap@apple.com> > > block-spammers tool doesn't block e-mail >Index: Tools/asan/asan.xcconfig >=================================================================== >--- Tools/asan/asan.xcconfig (revision 246158) >+++ Tools/asan/asan.xcconfig (working copy) >@@ -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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198613
:
371507
| 371511