[cfe-dev] [RFC][libcxx] Fixing "-stdlib=libc++ -lc++abi" on Linux -- Exporting libc++abi through libc++.so.
Renato Golin via cfe-dev
cfe-dev at lists.llvm.org
Wed Oct 14 11:55:52 PDT 2015
On 14 October 2015 at 19:18, Eric Fiselier <eric at efcs.ca> wrote:
> I think David meant that by default, libsupc++ is only provided by way of
> libstdc++.so and we can't control that. For that reason it's best to link
> against the whole libstdc++.so so we can get libsupc++.
Right. No breakages, but a lot of unused duplicated code.
> I'm a bit confused. My proposal can deal with both libsupc++ and libc++abi.
> Could you elaborate on the issues you see?
No issues. I assumed the wrong thing.
I need to police myself to use questions instead of statements when
I'm asking something. :)
cheers,
--renato
More information about the cfe-dev
mailing list