summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/ProfileData
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-11-24 20:57:20 +0000
committerdim <dim@FreeBSD.org>2014-11-24 20:57:20 +0000
commit9bedf10b184cfd8405fcde3b233f86d8c3955338 (patch)
treee1c7377a0e0379ef0023afa36892f9a8460cdfec /contrib/llvm/lib/ProfileData
parent0ddfaf7ab482331e927094a2099e9ac7ae6aed6b (diff)
downloadFreeBSD-src-9bedf10b184cfd8405fcde3b233f86d8c3955338.zip
FreeBSD-src-9bedf10b184cfd8405fcde3b233f86d8c3955338.tar.gz
Cleanup upstream build infrastructure files that we don't use.
Diffstat (limited to 'contrib/llvm/lib/ProfileData')
-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
3 files changed, 0 insertions, 41 deletions
diff --git a/contrib/llvm/lib/ProfileData/CMakeLists.txt b/contrib/llvm/lib/ProfileData/CMakeLists.txt
deleted file mode 100644
index aefb16c..0000000
--- 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 0a8cbe3..0000000
--- 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 2674361..0000000
--- 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
OpenPOWER on IntegriCloud