OSDN Git Service

Since several tools and examples want JIT support, factor out the process of
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 14 Oct 2004 18:58:19 +0000 (18:58 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 14 Oct 2004 18:58:19 +0000 (18:58 +0000)
commit064782209bd5b20d8b0b255f8198f482165e4657
treeefe36f50f5b8d393b55445f9540412c1d373e412
parentee3d2c8bc801bfd977fb8b0d1212bdbe59340159
Since several tools and examples want JIT support, factor out the process of
adding the right libs for any given architecture's JIT into a single place

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16989 91177308-0d34-0410-b5e6-96231b3b80d8
tools/Makefile.JIT [new file with mode: 0644]