aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-11-24 20:57:20 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-11-24 20:57:20 +0000
commitdb41cedf01585326fe5cb98d5d629aad8d40a0bb (patch)
treee1c7377a0e0379ef0023afa36892f9a8460cdfec /contrib
parent12692fdcc7da6aefb068c2b51b1505b0008be780 (diff)
Notes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/llvm/lib/LineEditor/CMakeLists.txt11
-rw-r--r--contrib/llvm/lib/LineEditor/LLVMBuild.txt22
-rw-r--r--contrib/llvm/lib/LineEditor/Makefile15
-rw-r--r--contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt8
-rw-r--r--contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt5
-rw-r--r--contrib/llvm/lib/MC/MCAnalysis/Makefile14
-rw-r--r--contrib/llvm/lib/ProfileData/CMakeLists.txt5
-rw-r--r--contrib/llvm/lib/ProfileData/LLVMBuild.txt22
-rw-r--r--contrib/llvm/lib/ProfileData/Makefile14
-rw-r--r--contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt3
-rw-r--r--contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt23
-rw-r--r--contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile16
-rw-r--r--contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt22
-rw-r--r--contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile22
14 files changed, 0 insertions, 202 deletions
diff --git a/contrib/llvm/lib/LineEditor/CMakeLists.txt b/contrib/llvm/lib/LineEditor/CMakeLists.txt
deleted file mode 100644
index 0dec256e4155..000000000000
--- a/contrib/llvm/lib/LineEditor/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-if(HAVE_LIBEDIT)
- set(link_libs edit)
-endif()
-
-add_llvm_library(LLVMLineEditor
- LineEditor.cpp
-
- LINK_LIBS
- LLVMSupport
- ${link_libs}
-)
diff --git a/contrib/llvm/lib/LineEditor/LLVMBuild.txt b/contrib/llvm/lib/LineEditor/LLVMBuild.txt
deleted file mode 100644
index 35f4361e0694..000000000000
--- a/contrib/llvm/lib/LineEditor/LLVMBuild.txt
+++ /dev/null
@@ -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
diff --git a/contrib/llvm/lib/LineEditor/Makefile b/contrib/llvm/lib/LineEditor/Makefile
deleted file mode 100644
index c7ff6d8eaae1..000000000000
--- a/contrib/llvm/lib/LineEditor/Makefile
+++ /dev/null
@@ -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
-
diff --git a/contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt b/contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt
deleted file mode 100644
index 81eae2dfb153..000000000000
--- a/contrib/llvm/lib/MC/MCAnalysis/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-add_llvm_library(LLVMMCAnalysis
- MCAtom.cpp
- MCFunction.cpp
- MCModule.cpp
- MCModuleYAML.cpp
- MCObjectDisassembler.cpp
- MCObjectSymbolizer.cpp
-)
diff --git a/contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt b/contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt
deleted file mode 100644
index 1b58fec6cc45..000000000000
--- a/contrib/llvm/lib/MC/MCAnalysis/LLVMBuild.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-[component_0]
-type = Library
-name = MCAnalysis
-parent = Libraries
-required_libraries = MC Object Support
diff --git a/contrib/llvm/lib/MC/MCAnalysis/Makefile b/contrib/llvm/lib/MC/MCAnalysis/Makefile
deleted file mode 100644
index add2dbd81eaa..000000000000
--- a/contrib/llvm/lib/MC/MCAnalysis/Makefile
+++ /dev/null
@@ -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
diff --git a/contrib/llvm/lib/ProfileData/CMakeLists.txt b/contrib/llvm/lib/ProfileData/CMakeLists.txt
deleted file mode 100644
index aefb16cb8d96..000000000000
--- a/contrib/llvm/lib/ProfileData/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-add_llvm_library(LLVMProfileData
- InstrProf.cpp
- InstrProfReader.cpp
- InstrProfWriter.cpp
- )
diff --git a/contrib/llvm/lib/ProfileData/LLVMBuild.txt b/contrib/llvm/lib/ProfileData/LLVMBuild.txt
deleted file mode 100644
index 0a8cbe336328..000000000000
--- a/contrib/llvm/lib/ProfileData/LLVMBuild.txt
+++ /dev/null
@@ -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
diff --git a/contrib/llvm/lib/ProfileData/Makefile b/contrib/llvm/lib/ProfileData/Makefile
deleted file mode 100644
index 26743612d3d7..000000000000
--- a/contrib/llvm/lib/ProfileData/Makefile
+++ /dev/null
@@ -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
diff --git a/contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt b/contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt
deleted file mode 100644
index ca457df88d3e..000000000000
--- a/contrib/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_llvm_library(LLVMPowerPCDisassembler
- PPCDisassembler.cpp
- )
diff --git a/contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt b/contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt
deleted file mode 100644
index b0978c227ae9..000000000000
--- a/contrib/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt
+++ /dev/null
@@ -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
diff --git a/contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile b/contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile
deleted file mode 100644
index 86e3b4752207..000000000000
--- a/contrib/llvm/lib/Target/PowerPC/Disassembler/Makefile
+++ /dev/null
@@ -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
diff --git a/contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt b/contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt
deleted file mode 100644
index 924bf5d5ee28..000000000000
--- a/contrib/llvm/tools/clang/lib/Frontend/Rewrite/CMakeLists.txt
+++ /dev/null
@@ -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
- )
diff --git a/contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile b/contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile
deleted file mode 100644
index 1d565477053c..000000000000
--- a/contrib/llvm/tools/clang/lib/Frontend/Rewrite/Makefile
+++ /dev/null
@@ -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
-