From: Peter Collingbourne Date: Sat, 13 May 2017 22:10:13 +0000 (+0000) Subject: Add missing files X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d891d89ce8cb7c12dad4dec4b3a125d2c6e6da89;p=platform%2Fupstream%2Fllvm.git Add missing files llvm-svn: 302996 --- diff --git a/llvm/lib/ToolDrivers/CMakeLists.txt b/llvm/lib/ToolDrivers/CMakeLists.txt new file mode 100644 index 0000000..ad45845 --- /dev/null +++ b/llvm/lib/ToolDrivers/CMakeLists.txt @@ -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 index 0000000..7da9a5c --- /dev/null +++ b/llvm/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