1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/tools/llc
Daniel Dunbar 62e74f03c7 Add TargetRegistry::lookupTarget.
- This is a simplified mechanism which just looks up a target based on the
   target triple, with a few additional flags.

 - Remove getClosestStaticTargetForModule, the moral equivalent is now:
     lookupTarget(Mod->getTargetTriple, true, false, ...);

 - This no longer does the fuzzy matching with target data (based on endianness
   and pointer width) that getClosestStaticTargetForModule was doing, but this
   was deemed unnecessary.

llvm-svn: 77111
2009-07-26 02:12:58 +00:00
..
CMakeLists.txt CMakeLists: removed asmprinter component from 2008-11-04 03:28:37 +00:00
llc.cpp Add TargetRegistry::lookupTarget. 2009-07-26 02:12:58 +00:00
Makefile remove attributions from tools/utils makefiles. 2007-12-29 20:07:17 +00:00