Title: [259616] trunk/Tools
Revision
259616
Author
jbed...@apple.com
Date
2020-04-06 17:26:34 -0700 (Mon, 06 Apr 2020)

Log Message

ImageDiff: Don't build with ASan in automation
https://bugs.webkit.org/show_bug.cgi?id=210057
<rdar://problem/61234753>

Reviewed by David Kilzer.

* ImageDiff/cg/Configurations/ImageDiff.xcconfig: Disable ASan.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (259615 => 259616)


--- trunk/Tools/ChangeLog	2020-04-07 00:11:43 UTC (rev 259615)
+++ trunk/Tools/ChangeLog	2020-04-07 00:26:34 UTC (rev 259616)
@@ -1,3 +1,13 @@
+2020-04-06  Jonathan Bedard  <jbed...@apple.com>
+
+        ImageDiff: Don't build with ASan in automation
+        https://bugs.webkit.org/show_bug.cgi?id=210057
+        <rdar://problem/61234753>
+
+        Reviewed by David Kilzer.
+
+        * ImageDiff/cg/Configurations/ImageDiff.xcconfig: Disable ASan.
+
 2020-04-06  Kenneth Russell  <k...@chromium.org>
 
         Update my committer status

Modified: trunk/Tools/ImageDiff/cg/Configurations/ImageDiff.xcconfig (259615 => 259616)


--- trunk/Tools/ImageDiff/cg/Configurations/ImageDiff.xcconfig	2020-04-07 00:11:43 UTC (rev 259615)
+++ trunk/Tools/ImageDiff/cg/Configurations/ImageDiff.xcconfig	2020-04-07 00:26:34 UTC (rev 259616)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 Apple Inc. All rights reserved.
+// Copyright (C) 2009-2020 Apple Inc. All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions
@@ -29,3 +29,5 @@
 OTHER_LDFLAGS[sdk=macosx*] = $(inherited) -framework Carbon -framework Cocoa -framework QuartzCore;
 OTHER_LDFLAGS[sdk=iphone*] = $(inherited) -framework CoreFoundation -framework CoreGraphics -framework MobileCoreServices -framework ImageIO;
 STRIP_STYLE = debugging;
+
+WK_ASAN_DISALLOWED = YES;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to