[cfe-dev] Using libcxx and libcxxabi from a build tree on OS X

Eric Fiselier eric at efcs.ca
Thu Feb 19 08:53:56 PST 2015


It looks like we are selecting the wrong libc++abi symbol list when
linking libc++. I'll try and get a fix in today.

On Thu, Feb 19, 2015 at 11:24 AM, Eric Fiselier <eric at efcs.ca> wrote:
> What version of OSX are you running?
>
>> Have other encountered this?
>
> I haven't but I'll try and reproduce today.
>
>> I noticed that all the libcxx tests explicitly add -lc++abi.
>
> The libc++ tests also use -nodefaultlibs so we need to explicitly link
> all of the libraries you would normally get.
>
> /Eric



More information about the cfe-dev mailing list