[Darwin] Stop linking libclang_rt.eprintf.a
authorChris Bieneman <beanz@apple.com>
Wed, 17 Aug 2016 21:54:30 +0000 (21:54 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 17 Aug 2016 21:54:30 +0000 (21:54 +0000)
commit1f8593ff431bd3e638bc4ca95092037ef67dd868
treec1b7950e75eaaff8b3aa2604fa01fffb50eafc63
parent113ae487fb2a0f741a725950875a5e00db27add5
[Darwin] Stop linking libclang_rt.eprintf.a

Summary:
The eprintf library was added before the general OS X builtins library existed as a place to store one builtin function. Since we have for several years had an actual mandated builtin library for OS X > 10.5, we should just merge eprintf into the main library.

This change will resolve PR28855.

As a follow up I'll also patch compiler-rt to not generate the eprintf library anymore.

Reviewers: ddunbar, bob.wilson

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D23531

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp