[cfe-dev] Clang 3.5 Release Pre-Pre-Pre-Announcement
Rafael EspĂndola
rafael.espindola at gmail.com
Sun May 18 16:10:48 PDT 2014
> Rafael and I were discussing something like in person recently. Rafael, can
> you think of a way the LTO machinery could assist in determining DLL imports
> and exports at build time?
I don't think it is LTO specific. We could write a mode for LLD where
it figures out exports automatically on COFF, but we should probably
not depend on that for building a release.
I think I am with Nico on this one. Building with -fvisibility-hidden
would probably be a good thing for LLVM anyway. Once we have that then
hopefully windows dll builds would not be too hard.
Cheers,
Rafael
More information about the cfe-dev
mailing list