llvm-6502/tools/llc
Daniel Dunbar 54785e6df0 Migrate llc and the JIT to using the TargetRegistry for lookups.
- They still use the TargetMachineRegistry to populate the contents of the
   -march option (via the listener interface). We can't just populate it in the
   option parser because we can't expect the TargetRegistry to be populated yet
   (we no longer rely on static constructors).

 - There are a couple ways to finish killing off TargetMachineRegistry, but I
   haven't figured out the cleanest one yet...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75773 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 11:36:15 +00:00
..
CMakeLists.txt CMakeLists: removed asmprinter component from 2008-11-04 03:28:37 +00:00
llc.cpp Migrate llc and the JIT to using the TargetRegistry for lookups. 2009-07-15 11:36:15 +00:00
Makefile remove attributions from tools/utils makefiles. 2007-12-29 20:07:17 +00:00