diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 18:53:17 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:44 -0800 |
commit | 00ade8bab0045bde35b13d2489021b8642aeb0cc (patch) | |
tree | 6c03bd601188bc0060513af31062aa2d01dfde8b /lib/Support | |
parent | 24aede70f34558f9daf85f67a52c6420c5abeb64 (diff) | |
download | external_llvm-00ade8bab0045bde35b13d2489021b8642aeb0cc.zip external_llvm-00ade8bab0045bde35b13d2489021b8642aeb0cc.tar.gz external_llvm-00ade8bab0045bde35b13d2489021b8642aeb0cc.tar.bz2 |
build: Add initial cut at LLVMBuild.txt files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/LLVMBuild.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/Support/LLVMBuild.txt b/lib/Support/LLVMBuild.txt new file mode 100644 index 0000000..f32ef8f --- /dev/null +++ b/lib/Support/LLVMBuild.txt @@ -0,0 +1,22 @@ +;===- ./lib/Support/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 = Support +parent = Libraries + |