From cc48854d5d51a2d7557f1040a61f160ad86c9729 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 24 Sep 2013 23:52:22 +0000 Subject: Move LTO support library to a component, allowing it to be tested more reliably across platforms. Patch by Tom Roeder! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191343 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/LTO/LLVMBuild.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/LTO/LLVMBuild.txt (limited to 'lib/LTO/LLVMBuild.txt') diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt new file mode 100644 index 00000000000..38c1170b9e2 --- /dev/null +++ b/lib/LTO/LLVMBuild.txt @@ -0,0 +1,22 @@ +;===- ./lib/LTO/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 = LTO +parent = Libraries +required_libraries = Analysis BitReader BitWriter Core IPO Linker MC MCParser Scalar Support Target Vectorize \ No newline at end of file -- cgit v1.2.3