[Webkit-unassigned] [Bug 181378] New: libwebrtc: Fix 'ld: warning: cannot export hidden symbol' messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 8 03:00:55 PST 2018


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

            Bug ID: 181378
           Summary: libwebrtc: Fix 'ld: warning: cannot export hidden
                    symbol' messages
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: achristensen at apple.com, youennf at gmail.com
        Depends on: 177344

When building libwebrtc using Release or Production configurations, 117 linker warnings like this occur:

ld: warning: cannot export hidden symbol _WebRtcVad_ValidRateAndFrameLength from libwebrtc.build/Release-iphoneos/libwebrtc.build/Objects-normal/arm64/webrtc_vad.o

This happens because the symbol isn't exported.  These symbols should be removed from *.exp files.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=177344
[Bug 177344] Export libwebrtc symbols through an export file
-- 
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/20180108/5e3c3441/attachment.html>


More information about the webkit-unassigned mailing list