Rename TargetDesc to MCTargetDesc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2011-06-24 23:53:19 +00:00
parent 5e6b4605bd
commit 46af0d7341
6 changed files with 3 additions and 4 deletions

View File

@ -61,5 +61,6 @@ add_llvm_target(X86CodeGen ${sources})
add_subdirectory(AsmParser)
add_subdirectory(Disassembler)
add_subdirectory(InstPrinter)
add_subdirectory(MCTargetDesc)
add_subdirectory(TargetInfo)
add_subdirectory(Utils)

View File

@ -21,6 +21,6 @@ BUILT_SOURCES = X86GenRegisterNames.inc X86GenRegisterDesc.inc \
X86GenCallingConv.inc X86GenSubtarget.inc \
X86GenEDInfo.inc
DIRS = InstPrinter AsmParser Disassembler TargetInfo TargetDesc Utils
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
include $(LEVEL)/Makefile.common

View File

@ -84,11 +84,9 @@ MCObjectWriter *createX86MachObjectWriter(raw_ostream &OS,
uint32_t CPUType,
uint32_t CPUSubtype);
extern Target TheX86_32Target, TheX86_64Target;
} // End llvm namespace
#include "TargetDesc/X86TargetDesc.h"
#include "MCTargetDesc/X86TargetDesc.h"
// Defines symbolic names for the X86 instructions.
//