From 1fc65a65fe54635d0e564559ba5a7b8a8a42d4d6 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 11 Oct 2010 17:22:16 +0000 Subject: Remove more unneeded files and directories from contrib/llvm. This still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor) --- contrib/llvm/lib/MC/CMakeLists.txt | 33 ----------------------- contrib/llvm/lib/MC/MCDisassembler/CMakeLists.txt | 7 ----- contrib/llvm/lib/MC/MCDisassembler/Makefile | 14 ---------- contrib/llvm/lib/MC/MCParser/CMakeLists.txt | 10 ------- contrib/llvm/lib/MC/MCParser/Makefile | 15 ----------- contrib/llvm/lib/MC/Makefile | 16 ----------- 6 files changed, 95 deletions(-) delete mode 100644 contrib/llvm/lib/MC/CMakeLists.txt delete mode 100644 contrib/llvm/lib/MC/MCDisassembler/CMakeLists.txt delete mode 100644 contrib/llvm/lib/MC/MCDisassembler/Makefile delete mode 100644 contrib/llvm/lib/MC/MCParser/CMakeLists.txt delete mode 100644 contrib/llvm/lib/MC/MCParser/Makefile delete mode 100644 contrib/llvm/lib/MC/Makefile (limited to 'contrib/llvm/lib/MC') diff --git a/contrib/llvm/lib/MC/CMakeLists.txt b/contrib/llvm/lib/MC/CMakeLists.txt deleted file mode 100644 index 60a3a3e..0000000 --- a/contrib/llvm/lib/MC/CMakeLists.txt +++ /dev/null @@ -1,33 +0,0 @@ -add_llvm_library(LLVMMC - ELFObjectWriter.cpp - MCAsmInfo.cpp - MCAsmInfoCOFF.cpp - MCAsmInfoDarwin.cpp - MCAsmStreamer.cpp - MCAssembler.cpp - MCCodeEmitter.cpp - MCContext.cpp - MCDisassembler.cpp - MCELFStreamer.cpp - MCExpr.cpp - MCInst.cpp - MCInstPrinter.cpp - MCLabel.cpp - MCDwarf.cpp - MCLoggingStreamer.cpp - MCMachOStreamer.cpp - MCNullStreamer.cpp - MCObjectStreamer.cpp - MCObjectWriter.cpp - MCSection.cpp - MCSectionCOFF.cpp - MCSectionELF.cpp - MCSectionMachO.cpp - MCStreamer.cpp - MCSymbol.cpp - MCValue.cpp - MachObjectWriter.cpp - WinCOFFStreamer.cpp - WinCOFFObjectWriter.cpp - TargetAsmBackend.cpp - ) diff --git a/contrib/llvm/lib/MC/MCDisassembler/CMakeLists.txt b/contrib/llvm/lib/MC/MCDisassembler/CMakeLists.txt deleted file mode 100644 index 5fa7b70..0000000 --- a/contrib/llvm/lib/MC/MCDisassembler/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ - -add_llvm_library(LLVMMCDisassembler - EDDisassembler.cpp - EDOperand.cpp - EDInst.cpp - EDToken.cpp - ) diff --git a/contrib/llvm/lib/MC/MCDisassembler/Makefile b/contrib/llvm/lib/MC/MCDisassembler/Makefile deleted file mode 100644 index 7d71cd3..0000000 --- a/contrib/llvm/lib/MC/MCDisassembler/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- lib/MC/MCDisassembler/Makefile ----------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -LIBRARYNAME = LLVMMCDisassembler - -include $(LEVEL)/Makefile.common - diff --git a/contrib/llvm/lib/MC/MCParser/CMakeLists.txt b/contrib/llvm/lib/MC/MCParser/CMakeLists.txt deleted file mode 100644 index 25a7bf4..0000000 --- a/contrib/llvm/lib/MC/MCParser/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -add_llvm_library(LLVMMCParser - AsmLexer.cpp - AsmParser.cpp - DarwinAsmParser.cpp - ELFAsmParser.cpp - MCAsmLexer.cpp - MCAsmParser.cpp - MCAsmParserExtension.cpp - TargetAsmParser.cpp - ) diff --git a/contrib/llvm/lib/MC/MCParser/Makefile b/contrib/llvm/lib/MC/MCParser/Makefile deleted file mode 100644 index 4477757..0000000 --- a/contrib/llvm/lib/MC/MCParser/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/MC/MCParser/Makefile ----------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -LIBRARYNAME = LLVMMCParser -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common - diff --git a/contrib/llvm/lib/MC/Makefile b/contrib/llvm/lib/MC/Makefile deleted file mode 100644 index bf8b7c0..0000000 --- a/contrib/llvm/lib/MC/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- lib/MC/Makefile -------------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -LIBRARYNAME = LLVMMC -BUILD_ARCHIVE := 1 -PARALLEL_DIRS := MCParser MCDisassembler - -include $(LEVEL)/Makefile.common - -- cgit v1.1