WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
170385
[Xcode] In engineering builds, linker warns about libwebrtc.dylib’s install name being invalid
https://bugs.webkit.org/show_bug.cgi?id=170385
Summary
[Xcode] In engineering builds, linker warns about libwebrtc.dylib’s install n...
mitz
Reported
2017-04-01 14:34:23 PDT
In engineering builds, ld emits this warning when linking WebCore and WebKit: ld: warning: invalid -install_name (@loader_path/../../../libwebrtc.dylib) in dependent dylib (/symroot/Debug/libwebrtc.dylib). Dylibs/frameworks which might go in dyld shared cache cannot link with dylib that uses @rpath, @loader_path, etc. Patch forthcoming.
Attachments
Have the linker know that engineering builds are not destined for the shared cache
(5.34 KB, patch)
2017-04-01 14:47 PDT
,
mitz
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2017-04-01 14:47:52 PDT
Created
attachment 306051
[details]
Have the linker know that engineering builds are not destined for the shared cache
mitz
Comment 2
2017-04-01 15:57:59 PDT
Fixed in <
https://trac.webkit.org/r214718
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug