[cfe-dev] libcxx and libcxxapi same-named source files may cause confusion

Yaron Keren yaron.keren at gmail.com
Wed Oct 9 05:53:57 PDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131009/e5b4024d/attachment.html>


More information about the cfe-dev mailing list