From 8496faea07de27b6d3435d02855db4bfebcc2781 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 17 Jun 2013 15:47:20 +0000 Subject: Move lib/Archive to tools/llvm-ar. llvm-ar is the only tool that needs to write archive files. Every other tool should be able to use the lib/Object interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184083 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Archive/LLVMBuild.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lib/Archive/LLVMBuild.txt (limited to 'lib/Archive/LLVMBuild.txt') diff --git a/lib/Archive/LLVMBuild.txt b/lib/Archive/LLVMBuild.txt deleted file mode 100644 index d68550b45fe..00000000000 --- a/lib/Archive/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./lib/Archive/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 = Archive -parent = Libraries -required_libraries = BitReader Core Support -- cgit v1.2.3