Unify the name of compiler-rt builtins library on Linux.
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 22 May 2014 21:12:43 +0000 (21:12 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 22 May 2014 21:12:43 +0000 (21:12 +0000)
commit00997e29e58029da7d5e73ade10351da75262b3b
treeb5594b6179afcc5d8070a3a31b36b2973548a93d
parentdf3520581a4371eed1ea50d2080fed39d9a5bf10
Unify the name of compiler-rt builtins library on Linux.

Call it "libclang_rt.builtins-<arch>.a" to be consistent
with sanitizers/profile libraries naming. Modify Makefile
and CMake build systems and Clang driver accordingly.

Fixes PR19822.

llvm-svn: 209473
compiler-rt/lib/builtins/CMakeLists.txt
compiler-rt/make/platform/clang_linux.mk