Unify the name of compiler-rt builtins library on Linux.
commitbba9a93e67c74d104f4fe38d5f3dd5f50fbac23a
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 22 May 2014 21:12:43 +0000 (22 21:12 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 22 May 2014 21:12:43 +0000 (22 21:12 +0000)
tree6fb9530ce561eaae27f9404cc4550def38b26096
parent20a10026cd1f57eff5644927eb2d97e16c968b5d
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.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209473 91177308-0d34-0410-b5e6-96231b3b80d8
lib/builtins/CMakeLists.txt
make/platform/clang_linux.mk