Add missing files
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 13 May 2017 22:10:13 +0000 (22:10 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 13 May 2017 22:10:13 +0000 (22:10 +0000)
llvm-svn: 302996

llvm/lib/ToolDrivers/CMakeLists.txt [new file with mode: 0644]
llvm/lib/ToolDrivers/LLVMBuild.txt [new file with mode: 0644]

diff --git a/llvm/lib/ToolDrivers/CMakeLists.txt b/llvm/lib/ToolDrivers/CMakeLists.txt
new file mode 100644 (file)
index 0000000..ad45845
--- /dev/null
@@ -0,0 +1 @@
+add_subdirectory(llvm-lib)
diff --git a/llvm/lib/ToolDrivers/LLVMBuild.txt b/llvm/lib/ToolDrivers/LLVMBuild.txt
new file mode 100644 (file)
index 0000000..7da9a5c
--- /dev/null
@@ -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