[llvm] r302996 - Add missing files

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Sat May 13 15:10:14 PDT 2017


Author: pcc
Date: Sat May 13 17:10:13 2017
New Revision: 302996

URL: http://llvm.org/viewvc/llvm-project?rev=302996&view=rev
Log:
Add missing files

Added:
    llvm/trunk/lib/ToolDrivers/CMakeLists.txt
    llvm/trunk/lib/ToolDrivers/LLVMBuild.txt

Added: llvm/trunk/lib/ToolDrivers/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ToolDrivers/CMakeLists.txt?rev=302996&view=auto
==============================================================================
--- llvm/trunk/lib/ToolDrivers/CMakeLists.txt (added)
+++ llvm/trunk/lib/ToolDrivers/CMakeLists.txt Sat May 13 17:10:13 2017
@@ -0,0 +1 @@
+add_subdirectory(llvm-lib)

Added: llvm/trunk/lib/ToolDrivers/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ToolDrivers/LLVMBuild.txt?rev=302996&view=auto
==============================================================================
--- llvm/trunk/lib/ToolDrivers/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ToolDrivers/LLVMBuild.txt Sat May 13 17:10:13 2017
@@ -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




More information about the llvm-commits mailing list