[Webkit-unassigned] [Bug 228063] New: Ignore weak external symbols in clang coverage builds using check-for-weak-vtables-and-externals
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 18 13:04:53 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228063
Bug ID: 228063
Summary: Ignore weak external symbols in clang coverage builds
using check-for-weak-vtables-and-externals
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: darin at apple.com
Depends on: 226562, 226684
Ignore weak external symbols in clang coverage builds using check-for-weak-vtables-and-externals.
It turns out that -exported_symbol and -unexported_symbol can't be used together when linking:
ld: can't use -unexported_symbol and -exported_symbol
clang: error: linker command failed with exit code 1 (use -v to see invocation)
So go back to the solution from Bug 226562 (effectively reverting the change for Bug 226684).
<rdar://problem/80477138>
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=226562
[Bug 226562] Weak external symbols found when building with Release+Coverage configuration
https://bugs.webkit.org/show_bug.cgi?id=226684
[Bug 226684] Unexport llvm coverage symbols to fix build
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210718/6d380603/attachment.htm>
More information about the webkit-unassigned
mailing list