diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-06-24 23:53:19 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-06-24 23:53:19 +0000 |
| commit | 46af0d73412aa566745e8c6808c299f0c6f3b245 (patch) | |
| tree | 813ab17a140fdb0fb6c6ccec67fd15ef1f83aa29 /lib/Target/X86/Makefile | |
| parent | 5e6b4605bd620a864055276a6d454e5a18f9fee8 (diff) | |
| download | external_llvm-46af0d73412aa566745e8c6808c299f0c6f3b245.zip external_llvm-46af0d73412aa566745e8c6808c299f0c6f3b245.tar.gz external_llvm-46af0d73412aa566745e8c6808c299f0c6f3b245.tar.bz2 | |
Rename TargetDesc to MCTargetDesc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
| -rw-r--r-- | lib/Target/X86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index 9cd17ee..2102db7 100644 --- a/lib/Target/X86/Makefile +++ b/lib/Target/X86/Makefile @@ -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 |
