llvm-6502/tools/lto
Evan Cheng 672b93a332 Unfortunately several files in MC are badly violating layering rule by using
TargetAsmInfo, which in turn pulls in TargetRegisterInfo, etc. :-( There are
other cases of violations, but this is probably the worst.

This patch is but one small step towards fixing this. 500 more steps to go. :-(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135131 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-14 05:43:07 +00:00
..
CMakeLists.txt Update CMakeLists.txt 2011-04-01 18:03:58 +00:00
lto.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
lto.exports Expoert c interface for disassembler. 2011-03-29 00:01:39 +00:00
LTOCodeGenerator.cpp Fix LTO after the recent MC subtarget refactoring. 2011-07-11 22:19:51 +00:00
LTOCodeGenerator.h
LTOModule.cpp Unfortunately several files in MC are badly violating layering rule by using 2011-07-14 05:43:07 +00:00
LTOModule.h
Makefile Expoert c interface for disassembler. 2011-03-29 00:01:39 +00:00