Skip to content

Commit

Permalink
Add LLVMBuild for ObjectYAML.
Browse files Browse the repository at this point in the history
Should fix the DBUILD_SHARED_LIBS bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262396 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Mar 1, 2016
1 parent c9b39e6 commit b2d0b15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ subdirectories =
LTO
MC
Object
ObjectYAML
Option
Passes
ProfileData
Expand Down
14 changes: 14 additions & 0 deletions lib/ObjectYAML/LLVMBuild.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
;===------------------------------------------------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
; This file is distributed under the University of Illinois Open Source
; License. See LICENSE.TXT for details.
;
;===------------------------------------------------------------------------===;

[component_0]
type = Library
name = ObjectYAML
parent = Libraries
required_libraries = Support

0 comments on commit b2d0b15

Please sign in to comment.