diff options
Diffstat (limited to 'lib/Bitcode')
| -rw-r--r-- | lib/Bitcode/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | lib/Bitcode/LLVMBuild.txt | 24 | ||||
| -rw-r--r-- | lib/Bitcode/Reader/CMakeLists.txt | 13 | ||||
| -rw-r--r-- | lib/Bitcode/Reader/LLVMBuild.txt | 22 | ||||
| -rw-r--r-- | lib/Bitcode/Writer/CMakeLists.txt | 9 | ||||
| -rw-r--r-- | lib/Bitcode/Writer/LLVMBuild.txt | 22 | 
6 files changed, 0 insertions, 92 deletions
diff --git a/lib/Bitcode/CMakeLists.txt b/lib/Bitcode/CMakeLists.txt deleted file mode 100644 index ff7e290cad1bb..0000000000000 --- a/lib/Bitcode/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -add_subdirectory(Reader) -add_subdirectory(Writer) diff --git a/lib/Bitcode/LLVMBuild.txt b/lib/Bitcode/LLVMBuild.txt deleted file mode 100644 index af9936bbe8296..0000000000000 --- a/lib/Bitcode/LLVMBuild.txt +++ /dev/null @@ -1,24 +0,0 @@ -;===- ./lib/Bitcode/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 -; -;===------------------------------------------------------------------------===; - -[common] -subdirectories = Reader Writer - -[component_0] -type = Group -name = Bitcode -parent = Libraries diff --git a/lib/Bitcode/Reader/CMakeLists.txt b/lib/Bitcode/Reader/CMakeLists.txt deleted file mode 100644 index c24216ffa7086..0000000000000 --- a/lib/Bitcode/Reader/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -add_llvm_library(LLVMBitReader -  BitReader.cpp -  BitcodeReader.cpp -  BitstreamReader.cpp -  MetadataLoader.cpp -  ValueList.cpp - -  ADDITIONAL_HEADER_DIRS -  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode - -  DEPENDS -  intrinsics_gen -  ) diff --git a/lib/Bitcode/Reader/LLVMBuild.txt b/lib/Bitcode/Reader/LLVMBuild.txt deleted file mode 100644 index c85a87bfebc87..0000000000000 --- a/lib/Bitcode/Reader/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./lib/Bitcode/Reader/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 = BitReader -parent = Bitcode -required_libraries = Core Support diff --git a/lib/Bitcode/Writer/CMakeLists.txt b/lib/Bitcode/Writer/CMakeLists.txt deleted file mode 100644 index 82dc6b24137de..0000000000000 --- a/lib/Bitcode/Writer/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -add_llvm_library(LLVMBitWriter -  BitWriter.cpp -  BitcodeWriter.cpp -  BitcodeWriterPass.cpp -  ValueEnumerator.cpp - -  DEPENDS -  intrinsics_gen -  ) diff --git a/lib/Bitcode/Writer/LLVMBuild.txt b/lib/Bitcode/Writer/LLVMBuild.txt deleted file mode 100644 index ef6dc9f901e2c..0000000000000 --- a/lib/Bitcode/Writer/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./lib/Bitcode/Writer/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 = BitWriter -parent = Bitcode -required_libraries = Analysis Core MC Object Support  | 
