Index: projects/clang350-import/contrib/llvm/lib/LineEditor/CMakeLists.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/LineEditor/CMakeLists.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/LineEditor/CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ -if(HAVE_LIBEDIT) - set(link_libs edit) -endif() - -add_llvm_library(LLVMLineEditor - LineEditor.cpp - - LINK_LIBS - LLVMSupport - ${link_libs} -) Index: projects/clang350-import/contrib/llvm/lib/LineEditor/Makefile =================================================================== --- projects/clang350-import/contrib/llvm/lib/LineEditor/Makefile (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/LineEditor/Makefile (nonexistent) @@ -1,15 +0,0 @@ -##===- lib/LineEditor/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 = LLVMLineEditor -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common - Index: projects/clang350-import/contrib/llvm/lib/LineEditor/LLVMBuild.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/LineEditor/LLVMBuild.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/LineEditor/LLVMBuild.txt (nonexistent) @@ -1,22 +0,0 @@ -;===- ./lib/LineEditor/LLVMBuild.txt ---------------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = LineEditor -parent = Libraries -required_libraries = Support Index: projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt (nonexistent) @@ -1,8 +0,0 @@ -add_llvm_library(LLVMMCAnalysis - MCAtom.cpp - MCFunction.cpp - MCModule.cpp - MCModuleYAML.cpp - MCObjectDisassembler.cpp - MCObjectSymbolizer.cpp -) Index: projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/Makefile =================================================================== --- projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/Makefile (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/Makefile (nonexistent) @@ -1,14 +0,0 @@ -##===- lib/MC/MCAnalysys/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 = LLVMMCAnalysis -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common Index: projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt (nonexistent) @@ -1,5 +0,0 @@ -[component_0] -type = Library -name = MCAnalysis -parent = Libraries -required_libraries = MC Object Support Index: projects/clang350-import/contrib/llvm/lib/ProfileData/CMakeLists.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/ProfileData/CMakeLists.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/ProfileData/CMakeLists.txt (nonexistent) @@ -1,5 +0,0 @@ -add_llvm_library(LLVMProfileData - InstrProf.cpp - InstrProfReader.cpp - InstrProfWriter.cpp - ) Index: projects/clang350-import/contrib/llvm/lib/ProfileData/Makefile =================================================================== --- projects/clang350-import/contrib/llvm/lib/ProfileData/Makefile (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/ProfileData/Makefile (nonexistent) @@ -1,14 +0,0 @@ -##===- lib/ProfileData/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 = LLVMProfileData -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common Index: projects/clang350-import/contrib/llvm/lib/ProfileData/LLVMBuild.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/ProfileData/LLVMBuild.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/ProfileData/LLVMBuild.txt (nonexistent) @@ -1,22 +0,0 @@ -;===- ./lib/ProfileData/LLVMBuild.txt --------------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = ProfileData -parent = Libraries -required_libraries = Support Index: projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt (nonexistent) @@ -1,3 +0,0 @@ -add_llvm_library(LLVMPowerPCDisassembler - PPCDisassembler.cpp - ) Index: projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile =================================================================== --- projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile (nonexistent) @@ -1,16 +0,0 @@ -##===-- lib/Target/PowerPC/Disassembler/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 = LLVMPowerPCDisassembler - -# Hack: we need to include 'main' PPC target directory to grab private headers -CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. - -include $(LEVEL)/Makefile.common Index: projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt =================================================================== --- projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt (nonexistent) @@ -1,23 +0,0 @@ -;===-- ./lib/Target/PowerPC/Disassembler/LLVMBuild.txt ---------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = PowerPCDisassembler -parent = PowerPC -required_libraries = MC PowerPCInfo Support -add_to_library_groups = PowerPC Index: projects/clang350-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt =================================================================== --- projects/clang350-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt (revision 274982) +++ projects/clang350-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt (nonexistent) @@ -1,22 +0,0 @@ -set(LLVM_LINK_COMPONENTS - Support - ) - -add_clang_library(clangRewriteFrontend - FixItRewriter.cpp - FrontendActions.cpp - HTMLPrint.cpp - InclusionRewriter.cpp - RewriteMacros.cpp - RewriteModernObjC.cpp - RewriteObjC.cpp - RewriteTest.cpp - - LINK_LIBS - clangAST - clangBasic - clangEdit - clangFrontend - clangLex - clangRewrite - ) Index: projects/clang350-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile =================================================================== --- projects/clang350-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile (revision 274982) +++ projects/clang350-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile (nonexistent) @@ -1,22 +0,0 @@ -##===- clang/lib/Rewrite/Makefile --------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -# -# This implements code transformation / rewriting facilities. -# -##===----------------------------------------------------------------------===## - -CLANG_LEVEL := ../../.. -LIBRARYNAME := clangRewriteFrontend - -include $(CLANG_LEVEL)/Makefile - -ifeq ($(ENABLE_CLANG_ARCMT),1) - CXX.Flags += -DCLANG_ENABLE_OBJC_REWRITER -endif -