OSDN Git Service

Make clang bootstrap happier on OSX 10.5 by reducing the number of headers
authorJeffrey Yasskin <jyasskin@google.com>
Thu, 11 Mar 2010 06:14:32 +0000 (06:14 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Thu, 11 Mar 2010 06:14:32 +0000 (06:14 +0000)
commit62207545258c83c1213cebd3661a8720f32ec4e4
tree0efe8f57a40af9f94bae80db409f936232b954aa
parent979ba5b3c7c818b826d06298ee7f79c4234faedb
Make clang bootstrap happier on OSX 10.5 by reducing the number of headers
included when using global symbols to ask the linker for the addresses of
various functions.  One of the symbols was actually getting declared by a
header included in DynamicLibrary.cpp, which conflicted with the "extern void*"
declaration in SearchForAddressOfSpecialSymbol().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/DynamicLibrary.cpp
lib/System/SearchForAddressOfSpecialSymbol.cpp [new file with mode: 0644]