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

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


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