diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 20:57:20 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 20:57:20 +0000 |
| commit | db41cedf01585326fe5cb98d5d629aad8d40a0bb (patch) | |
| tree | e1c7377a0e0379ef0023afa36892f9a8460cdfec /contrib/llvm/lib/ProfileData | |
| parent | 12692fdcc7da6aefb068c2b51b1505b0008be780 (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/lib/ProfileData')
| -rw-r--r-- | contrib/llvm/lib/ProfileData/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | contrib/llvm/lib/ProfileData/LLVMBuild.txt | 22 | ||||
| -rw-r--r-- | contrib/llvm/lib/ProfileData/Makefile | 14 |
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 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 |
