[cfe-dev] libcxx and libcxxapi same-named source files may cause confusion
Richard Pennington
rich at pennware.com
Thu Oct 10 15:03:25 PDT 2013
On 10/09/2013 07:53 AM, Yaron Keren wrote:
> Both libraries have files
> named exception.cpp, stdexcept.cpp, typeinfo.cpp.
>
> If you want to build both libraries together, libstdc++ style, and all
> objects are in the same build directory this will cause name clashes.
>
> While it's a trivial problem, it is a source of possible confusion and
> problems, and it's probably better (and very easy) to rename libcxxapi
> source files to different filenames than libcxx.
>
> Yaron
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
Right. I solved it by renaming the abi functions to cxx_*.cpp.
-Rich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131010/e3055d77/attachment.html>
More information about the cfe-dev
mailing list