Unify the name of compiler-rt builtins library on Linux.
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 22 May 2014 21:13:30 +0000 (21:13 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 22 May 2014 21:13:30 +0000 (21:13 +0000)
commit99ee10d2b83ba4000e14fbb5639174260fcdfb1c
treedb0f306ea0d054f140c970b2908593c88f2978bc
parent00997e29e58029da7d5e73ade10351da75262b3b
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: 209474
clang/lib/Driver/Tools.cpp
clang/runtime/compiler-rt/Makefile
clang/test/Driver/linux-ld.c