Title: [278987] trunk/Tools
Revision
278987
Author
[email protected]
Date
2021-06-17 08:53:44 -0700 (Thu, 17 Jun 2021)

Log Message

REGRESSION (r278536): Wrong comment character used in coverage.xcconfig

* coverage/coverage.xcconfig:
- Change '#' to '//' to fix the comment.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (278986 => 278987)


--- trunk/Tools/ChangeLog	2021-06-17 14:53:37 UTC (rev 278986)
+++ trunk/Tools/ChangeLog	2021-06-17 15:53:44 UTC (rev 278987)
@@ -1,3 +1,10 @@
+2021-06-17  David Kilzer  <[email protected]>
+
+        REGRESSION (r278536): Wrong comment character used in coverage.xcconfig
+
+        * coverage/coverage.xcconfig:
+        - Change '#' to '//' to fix the comment.
+
 2021-06-17  Oriol Brufau  <[email protected]>
 
         [css-logical] Implement logical property groups

Modified: trunk/Tools/coverage/coverage.xcconfig (278986 => 278987)


--- trunk/Tools/coverage/coverage.xcconfig	2021-06-17 14:53:37 UTC (rev 278986)
+++ trunk/Tools/coverage/coverage.xcconfig	2021-06-17 15:53:44 UTC (rev 278987)
@@ -1,4 +1,4 @@
-# Unexport weak external symbols from llvm coverage.
+// Unexport weak external symbols from llvm coverage.
 UNEXPORTED_SYMBOL_LDFLAGS_FOR_COVERAGE = -Wl,-unexported_symbol -Wl,___llvm_profile_filename -Wl,-unexported_symbol -Wl,___llvm_profile_raw_version -Wl,-unexported_symbol -Wl,_lprofDirMode;
 
 OTHER_CFLAGS = $(inherited) -fprofile-instr-generate -fcoverage-mapping;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to