Title: [254997] trunk/Tools
Revision
254997
Author
[email protected]
Date
2020-01-23 12:18:57 -0800 (Thu, 23 Jan 2020)

Log Message

Add missing coverage.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=206686

Patch by Tuomas Karkkainen <[email protected]> on 2020-01-23
Reviewed by Mark Lam.

* coverage/coverage.xcconfig: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/ChangeLog (254996 => 254997)


--- trunk/Tools/ChangeLog	2020-01-23 20:11:33 UTC (rev 254996)
+++ trunk/Tools/ChangeLog	2020-01-23 20:18:57 UTC (rev 254997)
@@ -1,3 +1,12 @@
+2020-01-23  Tuomas Karkkainen  <[email protected]>
+
+        Add missing coverage.xcconfig
+        https://bugs.webkit.org/show_bug.cgi?id=206686
+
+        Reviewed by Mark Lam.
+
+        * coverage/coverage.xcconfig: Added.
+
 2020-01-23  Per Arne Vollan  <[email protected]>
 
         [Cocoa] Broker access to the PowerManagement API

Added: trunk/Tools/coverage/coverage.xcconfig (0 => 254997)


--- trunk/Tools/coverage/coverage.xcconfig	                        (rev 0)
+++ trunk/Tools/coverage/coverage.xcconfig	2020-01-23 20:18:57 UTC (rev 254997)
@@ -0,0 +1,3 @@
+OTHER_CFLAGS = $(inherited) -fprofile-instr-generate -fcoverage-mapping;
+OTHER_CPLUSPLUSFLAGS = $(inherited) -fprofile-instr-generate -fcoverage-mapping;
+OTHER_LDFLAGS = $(inherited) -fprofile-instr-generate;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to