[Webkit-unassigned] [Bug 226684] New: Unexport llvm coverage symbols to fix build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 5 08:28:02 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226684

            Bug ID: 226684
           Summary: Unexport llvm coverage symbols to fix build
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: achristensen at apple.com
        Depends on: 226562

Unexport llvm coverage symbols to fix build

Even after the fix in r278444 for Bug 226562, some internal projects still failed to build during the GenerateTAPI build phase:

    error: headers don't have symbol '(weak-def) ___llvm_profile_filename'
    error: headers don't have symbol '(weak-def) ___llvm_profile_raw_version'
    error: headers don't have symbol '(weak-def) _lprofDirMode'

So instead of just ignoring these weak external symbols in check-for-weak-vtables-and-externals, we need to unexport them.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=226562
[Bug 226562] Weak external symbols found when building with Release+Coverage configuration
-- 
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/20210605/311bf539/attachment-0001.htm>


More information about the webkit-unassigned mailing list