RESOLVED FIXED 181378
libwebrtc: Fix 'ld: warning: cannot export hidden symbol' messages
https://bugs.webkit.org/show_bug.cgi?id=181378
Summary libwebrtc: Fix 'ld: warning: cannot export hidden symbol' messages
David Kilzer (:ddkilzer)
Reported 2018-01-08 03:00:55 PST
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.
Attachments
Patch v1 (12.68 KB, patch)
2018-01-08 03:02 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2018-01-08 03:02:29 PST
Created attachment 330673 [details] Patch v1
WebKit Commit Bot
Comment 2 2018-01-08 03:33:17 PST
Comment on attachment 330673 [details] Patch v1 Clearing flags on attachment: 330673 Committed r226506: <https://trac.webkit.org/changeset/226506>
WebKit Commit Bot
Comment 3 2018-01-08 03:33:19 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2018-01-08 03:41:36 PST
Note You need to log in before you can comment on or make changes to this bug.