Go to file
Chris Lattner 34fc5a0eaa implement linking of globals to functions, in one direction
(replacing a function with a global).  This is needed when building
llvm itself with LTO on darwin, because of the EXPLICIT_SYMBOL hack
in lib/system/DynamicLibrary.cpp.

Implementation of linking the other way will need to wait for a 
cleanup of LinkFunctionProtos.

llvm-svn: 53546
2008-07-14 06:49:45 +00:00
clang test commit. Remove previously added line. 2008-07-13 19:42:06 +00:00
llvm implement linking of globals to functions, in one direction 2008-07-14 06:49:45 +00:00