aboutsummaryrefslogtreecommitdiff
path: root/test/Linker/link-global-to-func.ll
AgeCommit message (Expand)Author
2009-09-15Use llvm-link -S instead of using llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2008-07-14Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner
2008-07-14implement linking of globals to functions, in one directionChris Lattner