System: Don't reexport ___eprintf when building with Clang; this symbol isn't
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 04:25:24 +0000 (04:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 04:25:24 +0000 (04:25 +0000)
commit7ca6e73e7f192dc16ec9e47d6d1b0079736e37a0
tree913c55092d9f7635851bc3ccdcef2237628b3140
parentc6a8c0580b5877edf5159fc2c8d5488df74e5b95
System: Don't reexport ___eprintf when building with Clang; this symbol isn't
used on Darwin anymore, and Clang might not always link with the library it is
currently found in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114165 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/SearchForAddressOfSpecialSymbol.cpp