Skip to content
Commit 0069d72c authored by Jeffrey Yasskin's avatar Jeffrey Yasskin
Browse files

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().

llvm-svn: 98243
parent 9f28dbc5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment