diff options
Diffstat (limited to 'lib/ToolDrivers/LLVMBuild.txt')
-rw-r--r-- | lib/ToolDrivers/LLVMBuild.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/ToolDrivers/LLVMBuild.txt b/lib/ToolDrivers/LLVMBuild.txt new file mode 100644 index 000000000000..7da9a5c01005 --- /dev/null +++ b/lib/ToolDrivers/LLVMBuild.txt @@ -0,0 +1,24 @@ +;===- ./lib/ToolDrivers/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 = llvm-lib + +[component_0] +type = Group +name = ToolDrivers +parent = Libraries |