Goodbye macro hell, hello nice clean simple extensible code. This change
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 04:02:06 +0000 (04:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 04:02:06 +0000 (04:02 +0000)
commitd5e1d9d5f47855d8e981fe1a898ea39b93056bea
tree4b6b8557015b230099ebe2dd2fa2a024af0dbead
parentd7099bc608421321c0933120baac7d1032e5fc1c
Goodbye macro hell, hello nice clean simple extensible code.  This change
also gives the JIT the ability to dynamically load targets. e.g.

lli -load libparisc.so -march=parisc foo.bc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14750 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/TargetSelect.cpp