You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elf.cc: if Boost libraries aren't visible to applications, don't report them
We have in elf.cc a list of libraries which are already fully included
inside the OSv kernel, so the user doesn't need to load another copy of
them. We have one Boost library in this list, but starting with Boost
version 1.69.0, Boost is compiled with hidden visibility - meaning that
the symbols in this library are *not* available to the application.
So if Boost is 1.69.0 or later, we shouldn't claim that the kernel contains
this library.
Refs #1040.
Signed-off-by: Nadav Har'El <[email protected]>
Message-Id: <[email protected]>
0 commit comments