aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-11-28 02:35:09 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-11-28 02:35:09 +0000
commitfcf14e8436aab2fbf9cec61193e6e40ae22b5610 (patch)
tree83a0414e8894eb6679cfc6677e70c4051a1d7857 /llvm/lib/MC/MCObjectFileInfo.cpp
parent18035d712518fe67d67c4632e71a3579d7ee420b (diff)
downloadllvm-fcf14e8436aab2fbf9cec61193e6e40ae22b5610.zip
llvm-fcf14e8436aab2fbf9cec61193e6e40ae22b5610.tar.gz
llvm-fcf14e8436aab2fbf9cec61193e6e40ae22b5610.tar.bz2
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
The Target library is not allowed to depend on the large CodeGen library, but the TRI and TII classes provide abstract interfaces that require both caller and callee to link to CodeGen. The implementation files for these classes provide default implementations of some of the hooks. These methods may need to reference CodeGen, so they belong in that library. We already have a number of methods implemented in the TargetInstrInfoImpl sub-class because of that. I will merge that class into the parent next. llvm-svn: 168758
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
0 files changed, 0 insertions, 0 deletions