Rename TU names to not conflict with libc++.
authorEric Fiselier <eric@efcs.ca>
Fri, 18 Nov 2016 09:54:49 +0000 (09:54 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 18 Nov 2016 09:54:49 +0000 (09:54 +0000)
commite9c9f002d7c6873653d15f185a3956116ac1548f
treea2727616a8d92dfb92f88244df0b11b6f42eaa50
parentb96e809c7f5e6147fdbdecd728ec0b5bd5d42443
Rename TU names to not conflict with libc++.

In order to easily merge libc++ and libc++abi static archives it's important
that none of the source files share the same name.
(See http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one)

This patch renames source files which share a name with libc++ sources.

llvm-svn: 287327
libcxxabi/src/CMakeLists.txt
libcxxabi/src/stdlib_exception.cpp [moved from libcxxabi/src/exception.cpp with 100% similarity]
libcxxabi/src/stdlib_stdexcept.cpp [moved from libcxxabi/src/stdexcept.cpp with 100% similarity]
libcxxabi/src/stdlib_typeinfo.cpp [moved from libcxxabi/src/typeinfo.cpp with 100% similarity]