Add new tool, lto, to do link time optimization. This tool installs
authorDevang Patel <dpatel@apple.com>
Thu, 3 Aug 2006 15:44:57 +0000 (15:44 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 3 Aug 2006 15:44:57 +0000 (15:44 +0000)
commita89d47f54d1f83d328f6169151653bfc742607bf
treecad528fe70f3d0e0d23a3965e256fe8641010f69
parent7e79b3898ddd919170d367a516f51296017146c2
Add new tool, lto, to do link time optimization. This tool installs
dynamic library that linker can use to optimize llvm byte codes at
link time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29494 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkTimeOptimizer.h [new file with mode: 0644]
tools/lto/Makefile [new file with mode: 0644]
tools/lto/lto.cpp [new file with mode: 0644]