Goodbye macro hell, hello nice clean and simple code. This also gives llc
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 04:03:24 +0000 (04:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 04:03:24 +0000 (04:03 +0000)
commite45110e01282862e95c3d28c489dedd9a08ffa31
tree4ae5684633745be893fa9d87ea12574a1064b91d
parentd5e1d9d5f47855d8e981fe1a898ea39b93056bea
Goodbye macro hell, hello nice clean and simple code.  This also gives llc
the ability to dynamically load and use targets that are not linked into it
statically.  e.g.:

  llc -load libparisc.so -march=parisc foo.bc -o foo.s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14751 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp