Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302996 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
pcc committed May 13, 2017
1 parent a844915 commit 7b655bd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ToolDrivers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(llvm-lib)
24 changes: 24 additions & 0 deletions lib/ToolDrivers/LLVMBuild.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7b655bd

Please sign in to comment.